QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#191176#6365. Cut the CakeZhangYiDeWA 1ms3528kbC++1.6kb2023-09-29 19:57:332023-09-29 19:57:33

詳細信息

Test #1:

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

input:

4 4 2
1000
0001
0010
0001

output:

YES
2 
3 

result:

ok good plan

Test #2:

score: 0
Accepted
time: 1ms
memory: 3528kb

input:

3 4 2
1110
0000
0100

output:

NO

result:

ok no solution

Test #3:

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

input:

10 10 2
0000000010
0000000000
0000000001
0000000000
0000000000
0000000000
0000100000
0000000000
0000001000
0000000000

output:

YES
3 
7 

result:

wrong answer read YES but expected NO