QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#397515#1763. Mosaic Mansionlmq26052003WA 1ms3620kbC++203.1kb2024-04-24 11:22:232024-04-24 11:22:24

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3620kb

input:

5 10 2
2 1 2 1 2 2 1 2 2 1
2 2 2 1 2 2 1 2 1 2
2 2 1 1 1 2 1 1 1 2
1 1 2 2 1 1 1 1 2 2
2 1 1 2 1 2 1 1 1 2

output:

0

result:

wrong answer 1st lines differ - expected: '5', found: '0'