QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#26514 | #2572. Box Packing | larryzhong# | WA | 3ms | 3800kb | C++17 | 749b | 2022-04-07 16:16:17 | 2022-04-29 03:53:42 |
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: 3792kb
input:
4 1 2 2 4 2 3 4 5 5
output:
3
result:
ok 1 number(s): "3"
Test #2:
score: 0
Accepted
time: 3ms
memory: 3800kb
input:
4 2 2 2 4 2 3 4 5 5
output:
4
result:
ok 1 number(s): "4"
Test #3:
score: -100
Wrong Answer
time: 3ms
memory: 3740kb
input:
10 2 8 12 15 5 13 19 11 5 2 13 13 12 5 6 8 6 14 2 16 3
output:
5
result:
wrong answer 1st numbers differ - expected: '7', found: '5'