QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#47331#2232. Win DieselZhangYiDeWA 6ms12916kbC++202.9kb2022-09-08 05:59:022022-09-08 05:59:03

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 6ms
memory: 12912kb

input:

6 9
3 4
3 0
3 5
3 2
4 1
4 2
1 0
0 5
5 2

output:

12

result:

ok single line: '12'

Test #2:

score: 0
Accepted
time: 2ms
memory: 12916kb

input:

7 10
6 1
6 4
6 3
1 2
1 4
1 3
2 4
2 5
4 0
3 0

output:

19

result:

ok single line: '19'

Test #3:

score: -100
Wrong Answer
time: 3ms
memory: 12912kb

input:

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

output:

15

result:

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