QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#600612#9224. Express Evictionucup-team5069#WA 1ms10068kbC++142.2kb2024-09-29 17:40:422024-09-29 17:40:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 6
.##...
.#....
##....
....#.

output:

(i,j)=1,1  1 2 3 4 
(i,j)=1,2  2 7 4 8 
(i,j)=1,3  7 11 8 12 
(i,j)=1,4  11 15 12 16 
(i,j)=1,5  15 19 16 20 
(i,j)=1,6  19 23 20 24 
(i,j)=2,1  3 4 27 28 
(i,j)=2,2  4 8 28 31 
(i,j)=2,3  8 12 31 34 
(i,j)=2,4  12 16 34 37 
(i,j)=2,5  16 20 37 40 
(i,j)=2,6  20 24 40 43 
(i,j)=3,1  27 28 46 47 
(i,...

result:

wrong output format Expected integer, but "(i,j)=1,1" found