QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#800486 | #1175. Bags of Candies | bilibilitdasc | WA | 218ms | 62368kb | C++14 | 70.4kb | 2024-12-06 11:48:44 | 2024-12-06 11:48:46 |
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: 41ms
memory: 53800kb
input:
2 4 9
output:
3 6
result:
ok 2 number(s): "3 6"
Test #2:
score: 0
Accepted
time: 42ms
memory: 53392kb
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: 0
Accepted
time: 42ms
memory: 52668kb
input:
5 1111 2018 3333 4006 5555
output:
599 1078 1772 2128 2942
result:
ok 5 number(s): "599 1078 1772 2128 2942"
Test #4:
score: -100
Wrong Answer
time: 218ms
memory: 62368kb
input:
5 26666666 10000000 23456789 27777777 24444442
output:
12063706 5158034 11216100 12357004 11476948
result:
wrong answer 1st numbers differ - expected: '13730373', found: '12063706'