QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#408410#6746. Merge the RectanglesZhangYiDeTL 0ms3848kbC++171.2kb2024-05-10 10:20:372024-05-10 10:20:38

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3660kb

input:

3 4
0000
0111
101
101
110

output:

YES

result:

ok answer is YES

Test #2:

score: 0
Accepted
time: 0ms
memory: 3848kb

input:

3 3
110
011
01
11
10

output:

NO

result:

ok answer is NO

Test #3:

score: -100
Time Limit Exceeded

input:

1500 1500
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000...

output:


result: