QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#38466 | #1175. Bags of Candies | ZhangYiDe | AC ✓ | 131ms | 6648kb | C++20 | 2.9kb | 2022-07-05 20:13:52 | 2022-07-05 20:13:53 |
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: 1ms
memory: 3480kb
input:
2 4 9
output:
3 6
result:
ok 2 number(s): "3 6"
Test #2:
score: 0
Accepted
time: 2ms
memory: 3580kb
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: 2ms
memory: 3580kb
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: 0
Accepted
time: 3ms
memory: 3644kb
input:
5 26666666 10000000 23456789 27777777 24444442
output:
13730373 5158034 12080298 14301448 12588059
result:
ok 5 number(s): "13730373 5158034 12080298 14301448 12588059"
Test #5:
score: 0
Accepted
time: 131ms
memory: 6648kb
input:
5 47890123456 12345678901 96666666669 85555555558 100000000000
output:
24438086351 6307451722 49300536501 43638011231 50999200118
result:
ok 5 number(s): "24438086351 6307451722 49300536501 43638011231 50999200118"