QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#747919 | #3861. Il Derby della Madonnina | ZhaoZiLong | WA | 150ms | 28188kb | C++17 | 13.7kb | 2024-11-14 18:44:43 | 2024-11-14 18:44:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3572kb
input:
3 2 5 10 15 7 17 29
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3560kb
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: 3756kb
input:
1 2 3 7
output:
0
result:
ok single line: '0'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3604kb
input:
1 1000000 1000000000 -1000000000
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3528kb
input:
2 1000000 500000000 1000000000 1000000000 -100000000
output:
2
result:
ok single line: '2'
Test #6:
score: 0
Accepted
time: 117ms
memory: 28188kb
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: 150ms
memory: 28184kb
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'