QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#285341 | #7940. Impossible Numbers | ucup-team152# | WA | 0ms | 3564kb | C++20 | 3.0kb | 2023-12-16 17:58:59 | 2023-12-16 17:58:59 |
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: 0ms
memory: 3480kb
input:
2 3 1 8 7 0 6 2 1 2 5 4 9 3
output:
33 34 35
result:
ok single line: '33 34 35 '
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3564kb
input:
1 10 1 5 2 2 6 4
output:
3 7 8 9 11 12 13 14 15 16
result:
wrong answer 1st lines differ - expected: '3 7 8 9 10 11 12 13 14 15', found: '3 7 8 9 11 12 13 14 15 16 '