QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#256251#5537. Storing Eggsucup-team1651WA 2ms3912kbC++145.8kb2023-11-18 18:11:372023-11-18 18:11:38

詳細信息

Test #1:

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

input:

5 2
#....
.....
....#

output:

4.472135955

result:

ok found '4.4721360', expected '4.4721360', error '0.0000000'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3884kb

input:

5 6
##.##
#####
.....

output:

1.000000000

result:

ok found '1.0000000', expected '1.0000000', error '0.0000000'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3816kb

input:

3 4
..#
...
...

output:

1.414213562

result:

ok found '1.4142136', expected '1.4142140', error '0.0000003'

Test #4:

score: 0
Accepted
time: 0ms
memory: 3532kb

input:

2 6
..
.#
..

output:

-1

result:

ok found '-1.0000000', expected '-1.0000000', error '-0.0000000'

Test #5:

score: 0
Accepted
time: 0ms
memory: 3728kb

input:

1 2
.
.
.

output:

2.000000000

result:

ok found '2.0000000', expected '2.0000000', error '0.0000000'

Test #6:

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

input:

100 2
....................................................................................................
....................................................................................................
...............................................................................................

output:

99.020199959

result:

ok found '99.0202000', expected '99.0202000', error '0.0000000'

Test #7:

score: 0
Accepted
time: 0ms
memory: 3784kb

input:

100 3
....................................................................................................
....................................................................................................
...............................................................................................

output:

49.040799341

result:

ok found '49.0407993', expected '49.0407990', error '0.0000000'

Test #8:

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

input:

100 100
....................................................................................................
....................................................................................................
.............................................................................................

output:

....................................................................................................
....................................................................................................
.....................................................................................................

result:

wrong output format Expected double, but "................................................................" found