QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#400052#5523. Graph Problem With Small $n$GuanYunchangWA 1ms4212kbC++141.8kb2024-04-26 21:41:192024-04-26 21:41:19

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 4212kb

input:

4
0110
1010
1101
0010

output:

0

result:

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