QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#72764#4583. Concerto de PandemicHuangHanShengWA 3ms11600kbC++173.0kb2023-01-19 02:34:122023-01-19 02:34:13

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 9628kb

input:

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

output:

4

result:

ok single line: '4'

Test #2:

score: 0
Accepted
time: 3ms
memory: 7572kb

input:

8 1 3 5
1 5
4 2 7

output:

0

result:

ok single line: '0'

Test #3:

score: 0
Accepted
time: 3ms
memory: 9620kb

input:

5 2 2 1
1 14
2 14
3 5

output:

1

result:

ok single line: '1'

Test #4:

score: -100
Wrong Answer
time: 2ms
memory: 11600kb

input:

2 1 1 1
1 200000
2

output:

1000000000000

result:

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