QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#174162#7178. Bishopsucup-team356#WA 1ms3560kbC++201.3kb2023-09-10 04:54:032023-09-10 04:54:04

详细

Test #1:

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

input:

2 5

output:

#.#.#
#.#.#
6
1 1
1 5
2 1
2 5
1 3
2 3

result:

wrong output format Expected integer, but "#.#.#" found