QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#573752#6299. Binary StringmekoszcWA 2ms10128kbC++141.4kb2024-09-18 19:52:532024-09-18 19:52:53

詳細信息

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'