QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#730372#9543. Good Partitionsucup-team5576WA 115ms9288kbC++141.8kb2024-11-09 19:55:342024-11-09 19:55:35

详细

Test #1:

score: 100
Accepted
time: 114ms
memory: 7724kb

input:

1
5 2
4 3 2 6 1
2 5
3 5

output:

1
2
3

result:

ok 3 lines

Test #2:

score: -100
Wrong Answer
time: 115ms
memory: 9288kb

input:

1
1 1
2000000000
1 1999999999

output:

1
1
0

result:

wrong output format Extra information in the output file