QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#463725 | #8313. Nim Cheater | mekoszc | WA | 1ms | 5068kb | C++14 | 997b | 2024-07-05 13:17:55 | 2024-07-05 13:17:55 |
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: 5068kb
input:
7 ADD 3 10 ADD 2 4 ADD 1 5 ADD 2 1 DEL DEL ADD 3 5
output:
110 14 0 1 0 14 4
result:
wrong answer 1st lines differ - expected: '10', found: '110'