QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#455094#8816. Solar Panel Grid Optimizationucup-team123WA 0ms3560kbC++147.0kb2024-06-25 19:57:252024-06-25 19:57:25

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3560kb

input:

4
1011
1100
0100
1011

1001
0110
0110
1001

output:

38
col 4
col 4
col 4
col 4
row 4
col 2
col 1
col 1
col 1
col 1
row 2
col 1
col 1
col 1
col 1
row 1
row 1
row 2
row 3
row 3
col 1
col 1
col 1
col 1
row 1
row 2
row 3
row 4
col 1
col 1
col 1
col 1
row 1
row 2
row 3
row 4
row 4
row 4

result:

wrong answer Token parameter [name=type] equals to "col", doesn't correspond to pattern "(row)|(column)"