QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#518149 | #7240. ABBA | MaMengQi | WA | 2ms | 4120kb | C++20 | 1.3kb | 2024-08-13 16:33:47 | 2024-08-13 16:33:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3728kb
input:
3 5 1 2 3 4 5 2 4 6 8 10 3 6 9 12 15
output:
1
result:
ok 1 number(s): "1"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3920kb
input:
3 3 2 0 2 0 2 0 2 0 2
output:
2
result:
ok 1 number(s): "2"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3788kb
input:
1 1 100
output:
1
result:
ok 1 number(s): "1"
Test #4:
score: 0
Accepted
time: 0ms
memory: 3716kb
input:
2 2 1 1 1 1
output:
1
result:
ok 1 number(s): "1"
Test #5:
score: 0
Accepted
time: 0ms
memory: 3720kb
input:
2 2 1 1 1 2
output:
2
result:
ok 1 number(s): "2"
Test #6:
score: 0
Accepted
time: 0ms
memory: 3744kb
input:
2 3 0 0 0 0 0 0
output:
0
result:
ok 1 number(s): "0"
Test #7:
score: 0
Accepted
time: 1ms
memory: 3740kb
input:
20 20 1149 -158289 421301 -625382 639638 -312855 442515 -223152 -686926 394334 -746085 -488817 -124299 -137253 215418 -120343 632332 845498 -820913 -770155 216423 -11638 -824453 -329865 -799994 166256 164729 -811228 -477642 312149 -570809 -267741 849126 749161 600137 141212 642385 -310587 412930 -22...
output:
10
result:
ok 1 number(s): "10"
Test #8:
score: 0
Accepted
time: 1ms
memory: 3956kb
input:
40 40 -72472 622755 444280 -344396 762590 50780 -9017 -777767 882625 844666 -94185 -559761 351916 -38319 -505063 703925 -183156 -762037 -123591 365776 -465537 296034 -75801 308333 -671463 -434753 323374 -765045 413847 -155019 89362 30194 -173195 782740 550923 887378 -125833 -413816 -162712 610425 36...
output:
20
result:
ok 1 number(s): "20"
Test #9:
score: -100
Wrong Answer
time: 2ms
memory: 4120kb
input:
80 80 -200564 402999 201208 370953 161470 538965 527844 -127979 -148578 -29679 289416 -416491 640287 373462 -265875 -454190 -384704 427126 -237812 -690679 187259 -369787 616195 -249418 -291668 267855 74690 -78823 -6855 -266448 134218 -177354 -685755 -138818 7915 -989390 241030 -199759 319497 -380906...
output:
46
result:
wrong answer 1st numbers differ - expected: '40', found: '46'