QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#730331#9543. Good Partitionsucup-team5885#WA 136ms57420kbC++174.3kb2024-11-09 19:48:232024-11-09 19:48:23

詳細信息

Test #1:

score: 100
Accepted
time: 136ms
memory: 57420kb

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: 135ms
memory: 55364kb

input:

1
1 1
2000000000
1 1999999999

output:

1

result:

wrong answer 2nd lines differ - expected: '1', found: ''