QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#84937#5523. Graph Problem With Small $n$QAQQWQWA 2ms3348kbC++141.1kb2023-03-06 21:07:232023-03-06 21:08:00

詳細信息

Test #1:

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

input:

4
0110
1010
1101
0010

output:

0001
0001
0000
0110

result:

wrong answer 4th lines differ - expected: '1100', found: '0110'