QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#758309 | #9767. 连接 | Jenny_liu | AC ✓ | 0ms | 3632kb | C++23 | 171b | 2024-11-17 17:41:01 | 2024-11-17 17:41:01 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"MGOD"<<endl;
cout<<"ENCK"<<endl;
cout<<"BPIH"<<endl;
cout<<"AFJL"<<endl;
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3632kb
input:
(no input)
output:
MGOD ENCK BPIH AFJL
result:
ok Correct.
Test #2:
score: 0
Accepted
time: 0ms
memory: 3572kb
input:
test
output:
MGOD ENCK BPIH AFJL
result:
ok Correct.
Extra Test:
score: 0
Extra Test Passed