QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#860353 | #9767. 连接 | mbhshadow | WA | 1ms | 3584kb | C++20 | 180b | 2025-01-18 12:46:24 | 2025-01-18 12:46:26 |
Judging History
answer
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
cout<<"AOCD"<<endl;
cout<<"EFKH"<<endl;
cout<<"IJGL"<<endl;
cout<<"MNBP"<<endl;
return 0;
}
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3584kb
input:
(no input)
output:
AOCD EFKH IJGL MNBP
result:
ok Correct.
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3584kb
input:
test
output:
AOCD EFKH IJGL MNBP
result:
wrong answer Wrong grouping.