QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#669645#4788. GravityMaMengQiWA 0ms9812kbC++172.0kb2024-10-23 19:16:522024-10-23 19:16:53

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 9812kb

input:

10 10
..........
..######..
..#....#..
..#.#..#..
..#..#.#..
..#....#..
..######..
..........
..#....#..
.......#..


output:

. . . . . . . . . . 
. . . . . . . . . . 
. . # # # # # # . . 
. . # . . . . # . . 
. . # . . . . # . . 
. . # . . . . # . . 
. . # . # # . # . . 
. . # # # # # # . . 
. . . . . . . # . . 
. . # . . . . # . . 

result:

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