QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#282162 | #1173. Knowledge Is... | crescent | WA | 1ms | 9952kb | C++14 | 1023b | 2023-12-11 15:26:32 | 2023-12-11 15:26:32 |
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: 9952kb
input:
7 5 9 10 7 9 3 4 9 10 2 6 8 9 5 8
output:
3 0 1 2 2 1 3
result:
wrong answer participant answer = 6, judge answer = 7