QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#861254 | #9767. 连接 | liangxin | WA | 1ms | 3584kb | C++20 | 184b | 2025-01-18 16:41:19 | 2025-01-18 16:41:38 |
Judging History
answer
#include <cstdio>
#include <iostream>
using namespace std;
int main()
{
cout << "EKNC" << '\n';
cout << "BHLP" << '\n';
cout << "DGMO" << '\n';
cout << "AJLF" << '\n';
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3584kb
input:
(no input)
output:
EKNC BHLP DGMO AJLF
result:
wrong answer Duplicated elements.