QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#811630 | #1175. Bags of Candies | hyman00 | WA | 22ms | 30660kb | C++14 | 172.4kb | 2024-12-12 21:53:52 | 2024-12-12 21:53:52 |
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: 19ms
memory: 30524kb
input:
2 4 9
output:
3 6
result:
ok 2 number(s): "3 6"
Test #2:
score: 0
Accepted
time: 21ms
memory: 30608kb
input:
5 2 3 4 5 6
output:
2 3 3 4 4
result:
ok 5 number(s): "2 3 3 4 4"
Test #3:
score: -100
Wrong Answer
time: 22ms
memory: 30660kb
input:
5 1111 2018 3333 4006 5555
output:
598 1078 1771 2127 2942
result:
wrong answer 1st numbers differ - expected: '599', found: '598'