UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#96903#1228. 乘车费用fangyu_09061001ms1272kbC++289b2020-02-20 18:17:462020-02-20 18:17:48

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 10
Accepted
time: 1ms
memory: 1268kb

input:

8 7

output:

18.8

result:

ok single line: '18.8'

Test #2:

score: 10
Accepted
time: 0ms
memory: 1268kb

input:

0 0

output:

0.0

result:

ok single line: '0.0'

Test #3:

score: 10
Accepted
time: 0ms
memory: 1268kb

input:

15 2

output:

33.9

result:

ok single line: '33.9'

Test #4:

score: 10
Accepted
time: 0ms
memory: 1264kb

input:

2 5

output:

7.0

result:

ok single line: '7.0'

Test #5:

score: 10
Accepted
time: 0ms
memory: 1272kb

input:

15 3

output:

34.9

result:

ok single line: '34.9'

Test #6:

score: 10
Accepted
time: 0ms
memory: 1268kb

input:

20 5

output:

48.4

result:

ok single line: '48.4'

Test #7:

score: 10
Accepted
time: 0ms
memory: 1268kb

input:

1 2

output:

6.0

result:

ok single line: '6.0'

Test #8:

score: 10
Accepted
time: 0ms
memory: 1264kb

input:

2 3

output:

7.0

result:

ok single line: '7.0'

Test #9:

score: 10
Accepted
time: 0ms
memory: 1268kb

input:

100 100

output:

296.4

result:

ok single line: '296.4'

Test #10:

score: 10
Accepted
time: 0ms
memory: 1268kb

input:

10 4

output:

21.4

result:

ok single line: '21.4'