QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#47330#2232. Win DieselMaMengQiWA 6ms13000kbC++202.9kb2022-09-08 05:30:452022-09-08 05:30:47

详细

Test #1:

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

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: 2ms
memory: 12996kb

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'