QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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;
}
详细
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