QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#517123#7240. ABBAGuanYunchangWA 1ms3928kbC++14863b2024-08-13 08:25:382024-08-13 08:25:39

詳細信息

Test #1:

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

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: 3816kb

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: 3816kb

input:

1 1
100

output:

1

result:

ok 1 number(s): "1"

Test #4:

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

input:

2 2
1 1
1 1

output:

1

result:

ok 1 number(s): "1"

Test #5:

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

input:

2 2
1 1
1 2

output:

2

result:

ok 1 number(s): "2"

Test #6:

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

input:

2 3
0 0 0
0 0 0

output:

0

result:

ok 1 number(s): "0"

Test #7:

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

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: 3904kb

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: 1ms
memory: 3928kb

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'