QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#573752#6299. Binary StringmekoszcWA 2ms10128kbC++141.4kb2024-09-18 19:52:532024-09-18 19:52:53

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 10128kb

input:

3
1
001001
0001111

output:

1
1
1
110110
110110
3
1111000
1101010
9

result:

wrong answer 2nd numbers differ - expected: '3', found: '1'