QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#389190 | #4954. Eliminating Ballons | HuangHanSheng | WA | 1ms | 3620kb | C++17 | 875b | 2024-04-14 05:06:42 | 2024-04-14 05:06:43 |
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: 3620kb
input:
5 3 2 1 5 4
output:
1,3 3,1 4,5 5,4 1,3 4,5 5,4 1,3 4,5 2
result:
wrong answer 1st lines differ - expected: '2', found: '1,3 3,1 4,5 5,4 '