QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#511132 | #5203. Easy Assembly | ZhangYiDe | WA | 1ms | 5736kb | C++17 | 471b | 2024-08-09 16:41:03 | 2024-08-09 16:41:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 5736kb
input:
2 3 3 5 8 2 9 2
output:
1 2
result:
ok 2 number(s): "1 2"
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 5652kb
input:
1 1 1
output:
0 1
result:
wrong answer 2nd numbers differ - expected: '0', found: '1'