QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#484986#7691. B Road BandZhangYiDeWA 247ms4372kbC++231.4kb2024-07-20 10:04:532024-07-20 10:04:53

详细

Test #1:

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

input:

4 4 2 3
0.5 1.0 3.0 3.5
1.0 2.5 3.0 3.5

output:

18.866666667

result:

ok found '18.86667', expected '18.86667', error '0.00000'

Test #2:

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

input:

9 9 3 2
1 2 3 5 6 7 9 10 11
1 2 3 5 6 7 9 10 11

output:

30.000000000

result:

ok found '30.00000', expected '30.00000', error '0.00000'

Test #3:

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

input:

9 9 2 2
1 2 3 5 6 7 9 10 11
1 2 3 5 6 7 9 10 11

output:

69.900000000

result:

ok found '69.90000', expected '69.90000', error '0.00000'

Test #4:

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

input:

9 9 4 2
1 2 3 5 6 7 9 10 11
1 2 3 5 6 7 9 10 11

output:

27.000000000

result:

ok found '27.00000', expected '27.00000', error '0.00000'

Test #5:

score: -100
Wrong Answer
time: 247ms
memory: 4372kb

input:

1000 1000 50 50
330.73 339.71 953.72 23.16 638.53 63.45 962.76 333.8 598.13 217.16 515.65 61.91 700.25 674.76 623.15 664.65 721.77 286.49 69.91 880.07 547.7 433.38 384.93 802.7 130.46 874.74 285.52 280.83 764.82 528.59 978.47 4.95 325.9 183.52 748.54 867.48 434.04 730.72 439.99 918.07 426.39 868.28 ...

output:

1310467.234536494

result:

wrong answer 1st numbers differ - expected: '1308206.85984', found: '1310467.23454', error = '0.00173'