QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#168151#5573. Holiday Regiftingucup-team607RE 18ms9172kbPython31.0kb2023-09-07 22:20:302023-09-07 22:20:31

詳細信息

Test #1:

score: 100
Accepted
time: 12ms
memory: 9112kb

input:

5 10
4 3 2 2 2
1 3
3 4
1 4
1 5
2 5
2 4
1 2
2 3
3 5
4 5

output:

24

result:

ok 1 number(s): "24"

Test #2:

score: 0
Accepted
time: 18ms
memory: 9172kb

input:

3 0
95 13 77

output:

95

result:

ok 1 number(s): "95"

Test #3:

score: -100
Runtime Error

input:

12 14
6 7 17 16 20 14 17 16 6 11 6 14
4 11
3 5
2 5
9 11
7 12
1 3
5 9
3 7
3 8
4 9
1 9
4 7
2 11
1 12

output:


result: