QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#432659#5523. Graph Problem With Small $n$egypt_ioi2024_04ML 0ms0kbC++172.4kb2024-06-07 14:54:482024-06-07 14:54:49

详细

Test #1:

score: 0
Memory Limit Exceeded

input:

4
0110
1010
1101
0010

output:

0001
0001
0000
1100

result: