QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#155106#6409. Classical Data Structure Problemquasar#RE 2ms5764kbC++233.3kb2023-09-01 11:01:212023-09-01 11:01:21

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 5672kb

input:

5 2
2 1
1 3
3 2
1 0
0 2

output:

87

result:

ok 1 number(s): "87"

Test #2:

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

input:

1 1
1 1

output:

1

result:

ok 1 number(s): "1"

Test #3:

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

input:

1 2
3 1

output:

3

result:

ok 1 number(s): "3"

Test #4:

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

input:

1 5
31 15

output:

17

result:

ok 1 number(s): "17"

Test #5:

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

input:

1 20
366738 218765

output:

147974

result:

ok 1 number(s): "147974"

Test #6:

score: -100
Runtime Error

input:

1 30
86669484 41969116

output:


result: