QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#333280#2880. Letters Q and FGuanYunchangWA 1ms3632kbC++231.3kb2024-02-19 19:31:332024-02-19 19:31:34

详细

Test #1:

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

input:

5 3
###
#.#
###
..#
..#

output:

0 1

result:

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