QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#478936 | #2572. Box Packing | ucup-team1005# | WA | 0ms | 3820kb | C++20 | 1.1kb | 2024-07-15 13:00:49 | 2024-07-15 13:00:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3544kb
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: 0ms
memory: 3608kb
input:
4 2 2 2 4 2 3 4 5 5
output:
4
result:
ok 1 number(s): "4"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3484kb
input:
10 2 8 12 15 5 13 19 11 5 2 13 13 12 5 6 8 6 14 2 16 3
output:
7
result:
ok 1 number(s): "7"
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3820kb
input:
10 2 16 4 2 5 11 16 15 5 6 12 2 1 9 16 9 10 12 11 11 17
output:
7
result:
wrong answer 1st numbers differ - expected: '8', found: '7'