QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#535708#9224. Express Evictionucup-team2818WA 80ms7412kbC++175.4kb2024-08-28 13:44:172024-08-28 13:44:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5748kb

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: 0
Accepted
time: 80ms
memory: 7412kb

input:

20 30
...###########################
#..###########################
...###########################
...###########################
.#############################
...###########################
...###########################
#..###########################
...###########################
..#...............

output:

11

result:

ok 1 number(s): "11"

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 5684kb

input:

35 35
....###########...#########........
##..#######################..#####.
....#######################..#####.
...#.....##################..#####.
.##......##################.....##.
.##..##..#############.....#....##.
.....##..#############......##..##.
....#....#############..##..##..##.
####.....

output:

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

result:

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