QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#600638 | #8793. Toilets | ucup-team899# | WA | 2ms | 13828kb | C++14 | 2.0kb | 2024-09-29 17:55:24 | 2024-09-29 17:55:25 |
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: 2ms
memory: 13828kb
input:
5 3 45 10 20 30 0 0 + 200 2 5 + 10 20 40 - 100 21 16 + 10 50 0 + 22
output:
20 20 10 7 30 30 10 60 10 105
result:
ok 10 numbers
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 11716kb
input:
1 1 1 0 0 0 - 1
output:
0 1
result:
wrong answer 2nd numbers differ - expected: '0', found: '1'