QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#747882#3861. Il Derby della MadonninaZhaoZiLong WA 136ms28276kbC++1713.7kb2024-11-14 18:35:292024-11-14 18:35:30

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3788kb

input:

3 2
5 10 15
7 17 29

output:

2

result:

ok single line: '2'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3612kb

input:

5 1
5 7 8 11 13
3 3 -2 -2 4

output:

3

result:

ok single line: '3'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3516kb

input:

1 2
3
7

output:

0

result:

ok single line: '0'

Test #4:

score: 0
Accepted
time: 0ms
memory: 3788kb

input:

1 1000000
1000000000
-1000000000

output:

1

result:

ok single line: '1'

Test #5:

score: 0
Accepted
time: 0ms
memory: 3568kb

input:

2 1000000
500000000 1000000000
1000000000 -100000000

output:

2

result:

ok single line: '2'

Test #6:

score: 0
Accepted
time: 113ms
memory: 28212kb

input:

200000 100
11 61 85 131 176 198 200 221 271 273 281 330 364 379 393 439 482 503 541 562 573 606 650 686 731 764 770 771 776 790 795 813 822 827 834 881 894 905 918 949 963 972 1022 1032 1056 1081 1097 1098 1131 1140 1165 1203 1241 1259 1272 1321 1366 1376 1408 1435 1471 1520 1528 1531 1548 1578 1608...

output:

200000

result:

ok single line: '200000'

Test #7:

score: -100
Wrong Answer
time: 136ms
memory: 28276kb

input:

200000 100
10 44 45 78 80 99 105 137 144 148 169 184 197 237 269 296 313 327 345 368 408 433 469 476 479 503 512 548 582 588 605 608 629 632 658 696 709 718 736 769 794 817 840 846 871 897 936 962 977 984 1024 1045 1046 1065 1098 1104 1113 1124 1131 1168 1173 1193 1194 1217 1224 1228 1249 1263 1292 ...

output:

7

result:

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