QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#224383#2935. Spider-FlyGuanYunchangWA 1ms3808kbC++205.8kb2023-10-23 01:55:332023-10-23 01:55:33

詳細信息

Test #1:

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

input:

12 12 30
6 11 0
6 1 30

output:

40.000

result:

ok single line: '40.000'

Test #2:

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

input:

12 10 30
6 9 0
6 1 30

output:

38.833

result:

ok single line: '38.833'

Test #3:

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

input:

12 10 30
1 10 10
6 1 30

output:

27.019

result:

ok single line: '27.019'

Test #4:

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

input:

12 10 30
1 10 10
6 2 30

output:

27.514

result:

ok single line: '27.514'

Test #5:

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

input:

12 10 30
1 10 10
8 0 30

output:

27.586

result:

ok single line: '27.586'

Test #6:

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

input:

12 10 20
1 10 0
8 0 20

output:

27.586

result:

ok single line: '27.586'

Test #7:

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

input:

12 10 20
0 10 0
8 0 20

output:

26.907

result:

ok single line: '26.907'

Test #8:

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

input:

12 10 20
0 10 0
12 0 20

output:

29.732

result:

ok single line: '29.732'

Test #9:

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

input:

12 8 15
2 8 5
9 8 14

output:

11.402

result:

ok single line: '11.402'

Test #10:

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

input:

12 8 15
0 8 0
9 8 14

output:

16.643

result:

ok single line: '16.643'

Test #11:

score: -100
Wrong Answer
time: 0ms
memory: 3636kb

input:

12 12 30
1 12 10
6 1 30

output:

27.295

result:

wrong answer 1st lines differ - expected: '28.320', found: '27.295'