QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#186643#6739. Teleportucup-team580#WA 8ms32436kbC++204.8kb2023-09-24 08:18:312023-09-24 08:18:32

詳細信息

Test #1:

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

input:

3 2
.*.
.*.
...

output:

3

result:

ok 1 number(s): "3"

Test #2:

score: 0
Accepted
time: 1ms
memory: 5528kb

input:

3 3
.*.
.*.
...

output:

2

result:

ok 1 number(s): "2"

Test #3:

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

input:

961 4
...*.*..*.....*.*..*..*..*.*.*.*.....*.....*....*..*...*....*.........*....*....*...*......*..*..*...*..*...*.....*...*...*.*.*.........**..**.......*.......*...*...*.*.*........*....*..*..*...*.....*.*......**.**..**...*..*.**.....*....*.*.*..*..*..*.*..*.*..*......*..*..*.*......*...*.*...*....

output:

-1

result:

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