QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#406445#6746. Merge the RectanglesZhangYiDeWA 1ms5620kbC++172.0kb2024-05-07 11:51:412024-05-07 11:51:43

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 5576kb

input:

3 4
0000
0111
101
101
110

output:

YES

result:

ok answer is YES

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 5620kb

input:

3 3
110
011
01
11
10

output:

YES

result:

wrong answer expected NO, found YES