QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#543639#9224. Express Evictionucup-team497#WA 4ms3808kbC++173.8kb2024-09-01 17:42:462024-09-01 17:42:47

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3564kb

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: 0
Accepted
time: 2ms
memory: 3504kb

input:

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

output:

11

result:

ok 1 number(s): "11"

Test #3:

score: -100
Wrong Answer
time: 4ms
memory: 3808kb

input:

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

output:

21

result:

wrong answer 1st numbers differ - expected: '16', found: '21'