QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#589098 | #9249. Elimination Series Once More | ucup-team2513# | WA | 1ms | 9856kb | C++23 | 902b | 2024-09-25 16:10:56 | 2024-09-25 16:10:56 |
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: 0
Wrong Answer
time: 1ms
memory: 9856kb
input:
2 1 1 2 3 4
output:
0 1 2 2
result:
wrong answer 3rd numbers differ - expected: '1', found: '2'