QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#539430#9224. Express EvictionZhaoZiLongWA 2ms3844kbC++231.5kb2024-08-31 14:48:062024-08-31 14:48:06

详细

Test #1:

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

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 3800kb

input:

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

output:

41

result:

wrong answer 1st numbers differ - expected: '11', found: '41'