QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#174162#7178. Bishopsucup-team356#WA 1ms3560kbC++201.3kb2023-09-10 04:54:032023-09-10 04:54:04

Details

Tip: Click on the bar to expand more detailed information

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