QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#437186#5523. Graph Problem With Small $n$egypt_ioi2024b_02ML 0ms0kbC++201003b2024-06-09 06:27:212024-06-09 06:27:21

详细

Test #1:

score: 0
Memory Limit Exceeded

input:

4
0110
1010
1101
0010

output:

0001
0001
0000
1100

result: