QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#455137#8677. Carl’s Vacationucup-team3956WA 674ms4364kbC++203.0kb2024-06-25 20:29:522024-06-25 20:29:52

详细

Test #1:

score: 100
Accepted
time: 674ms
memory: 4308kb

input:

1 0 0 0 10000
99999 10000 10000 10000 10000

output:

76118.7000492226

result:

ok found '76118.7000492', expected '76118.7000492', error '0.0000000'

Test #2:

score: 0
Accepted
time: 641ms
memory: 4268kb

input:

10000 10000 10000 0 10000
0 0 0 10000 10000

output:

32360.6805920299

result:

ok found '32360.6805920', expected '32360.6797750', error '0.0000000'

Test #3:

score: 0
Accepted
time: 644ms
memory: 4100kb

input:

0 0 100 100 20
0 0 -5 -5 2

output:

107.365555103539

result:

ok found '107.3655551', expected '107.3655551', error '0.0000000'

Test #4:

score: 0
Accepted
time: 628ms
memory: 4224kb

input:

0 0 100 100 20
23 23 18 18 2

output:

88.0567570848829

result:

ok found '88.0567571', expected '88.0567571', error '0.0000000'

Test #5:

score: -100
Wrong Answer
time: 649ms
memory: 4364kb

input:

0 0 100 100 20
100 100 105 95 2

output:

107.368463119007

result:

wrong answer 1st numbers differ - expected: '107.3655551', found: '107.3684631', error = '0.0000271'