QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#860346 | #9767. 连接 | mbhshadow | WA | 0ms | 3584kb | C++20 | 180b | 2025-01-18 12:43:02 | 2025-01-18 12:43:08 |
Judging History
answer
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
cout<<"ABCD"<<endl;
cout<<"EFGH"<<endl;
cout<<"IJKL"<<endl;
cout<<"MNOP"<<endl;
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3584kb
input:
(no input)
output:
ABCD EFGH IJKL MNOP
result:
ok Correct.
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3584kb
input:
test
output:
ABCD EFGH IJKL MNOP
result:
wrong answer Wrong grouping.