QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#543634#9224. Express Evictionucup-team497#WA 8ms3848kbC++175.3kb2024-09-01 17:38:342024-09-01 17:38:35

詳細信息

Test #1:

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

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

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

input:

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

output:

11

result:

ok 1 number(s): "11"

Test #3:

score: -100
Wrong Answer
time: 8ms
memory: 3520kb

input:

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

output:

21

result:

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