QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#730324#9543. Good Partitionsucup-team5576WA 113ms9280kbC++141.8kb2024-11-09 19:46:222024-11-09 19:46:24

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 112ms
memory: 7948kb

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: 113ms
memory: 9280kb

input:

1
1 1
2000000000
1 1999999999

output:

0
1

result:

wrong answer 1st lines differ - expected: '1', found: '0'