QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#347248#8330. Count off 3ucup-team267#WA 1143ms23996kbC++237.1kb2024-03-09 12:37:002024-03-09 12:37:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 932ms
memory: 19428kb

input:

5
1
1010
110101
1000111000
101101001000

output:

1
2
15
114
514

result:

ok 5 number(s): "1 2 15 114 514"

Test #2:

score: -100
Wrong Answer
time: 1143ms
memory: 23996kb

input:

10
1
11
1000
10111011
1000110100101001
11101110000001000011010011011000
110011000111110001101010101100100011010010101000011111001101011
11010111011101000010101111011111011011100001001101010011101011111111011011111101110110010011001101000001000111100010010111000010
10000000000000000000000000000000000...

output:

1
1
2
45
6591
814196699
193088128
849103726
72484404
562348627

result:

wrong answer 9th numbers differ - expected: '497125329', found: '72484404'