QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#752639 | #9557. Temperance | ucup-team4721# | WA | 74ms | 11764kb | C++14 | 2.0kb | 2024-11-16 08:59:30 | 2024-11-16 08:59:30 |
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: 12ms
memory: 11764kb
input:
2 5 1 1 1 1 1 2 1 1 3 2 3 5 2 2 4 3 1 1 1 2 2 2 3 3 3
output:
0 0 2 5 5 0 3 3
result:
ok 8 numbers
Test #2:
score: -100
Wrong Answer
time: 74ms
memory: 11764kb
input:
16 1 1 1 1 2 1 1 1 1 1 100000 3 1 1 1 1 1 100000 1 100000 1 4 1 1 1 1 1 100000 1 100000 1 1 100000 100000 5 1 1 1 1 1 100000 1 100000 1 1 100000 100000 100000 1 1 6 1 1 1 1 1 100000 1 100000 1 1 100000 100000 100000 1 1 100000 1 100000 7 1 1 1 1 1 100000 1 100000 1 1 100000 100000 100000 1 1 100000 ...
output:
0 0 0 0 0 0 0 0 0 0 0 0 1 1 5 0 0 0 2 6 6 0 0 0 3 7 7 7 1 1 1 4 8 8 8 8 0 0 0 0 0 0 0 0 0 0 0 0 1 1 5 0 0 0 2 6 6 0 0 0 3 7 7 7 1 1 1 4 8 8 8 8
result:
wrong answer 13th numbers differ - expected: '0', found: '1'