QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#763359 | #9767. 连接 | shaochang | AC ✓ | 0ms | 3648kb | C++20 | 139b | 2024-11-19 19:46:50 | 2024-11-19 19:46:52 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"AFJL"<<endl<<"ENCK"<<endl<<"BIPH"<<endl<<"DMGO"<<endl;
return 0;
}
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3648kb
input:
(no input)
output:
AFJL ENCK BIPH DMGO
result:
ok Correct.
Test #2:
score: 0
Accepted
time: 0ms
memory: 3548kb
input:
test
output:
AFJL ENCK BIPH DMGO
result:
ok Correct.
Extra Test:
score: 0
Extra Test Passed