QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#763355 | #9767. 连接 | shaochang | WA | 0ms | 3648kb | C++20 | 139b | 2024-11-19 19:45:28 | 2024-11-19 19:45:28 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"AFJL"<<endl<<"ENCK"<<endl<<"BIPH"<<endl<<"BMGO"<<endl;
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3648kb
input:
(no input)
output:
AFJL ENCK BIPH BMGO
result:
wrong answer Duplicated elements.