QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#99344#6299. Binary StringGuanYunchangWA 0ms5612kbC++201.6kb2023-04-21 22:05:232023-04-21 22:05:25

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 5612kb

input:

3
1
001001
0001111

output:

0
0
001001
3
0100101
9

result:

wrong answer 1st numbers differ - expected: '1', found: '0'