QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#432491#2572. Box Packingyoy68WA 1ms10028kbC++171.9kb2024-06-07 08:36:042024-06-07 08:36:05

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 9948kb

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: 10028kb

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: 1ms
memory: 9980kb

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: 0
Accepted
time: 1ms
memory: 7900kb

input:

10 2
16 4
2 5
11 16
15 5
6 12
2 1
9 16
9 10
12 11
11 17

output:

8

result:

ok 1 number(s): "8"

Test #5:

score: 0
Accepted
time: 1ms
memory: 9932kb

input:

10 2
1 6
17 9
14 19
11 14
10 17
16 1
6 13
10 13
2 2
9 7

output:

8

result:

ok 1 number(s): "8"

Test #6:

score: 0
Accepted
time: 1ms
memory: 9984kb

input:

10 2
4 20
17 11
2 10
18 10
7 14
17 5
16 2
3 16
6 6
9 18

output:

6

result:

ok 1 number(s): "6"

Test #7:

score: -100
Wrong Answer
time: 0ms
memory: 7908kb

input:

10 5
2 5
6 18
5 13
8 13
7 10
19 3
14 20
12 5
1 7
18 18

output:

9

result:

wrong answer 1st numbers differ - expected: '10', found: '9'