QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#745319#8330. Count off 3ucup-team4575WA 300ms371068kbC++202.1kb2024-11-14 09:08:502024-11-14 09:08:50

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 190ms
memory: 370960kb

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: 300ms
memory: 371068kb

input:

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

output:

1
1
2
45
6591
814196699
609285300
569410161
723190266
69782788

result:

wrong answer 7th numbers differ - expected: '193088128', found: '609285300'