UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#125889#1224. 阶梯电价abcad1000ms1288kbC++259b2021-02-01 18:59:282021-02-01 18:59:28

answer


详细

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

Test #1:

score: 20
Accepted
time: 0ms
memory: 1284kb

input:

110 210 0.55 300

output:

202.68

result:

ok single line: '202.68'

Test #2:

score: 20
Accepted
time: 0ms
memory: 1288kb

input:

110 210 0.55 200

output:

114.95

result:

ok single line: '114.95'

Test #3:

score: 20
Accepted
time: 0ms
memory: 1288kb

input:

110 210 0.55 100

output:

55.00

result:

ok single line: '55.00'

Test #4:

score: 20
Accepted
time: 0ms
memory: 1284kb

input:

140 250 0.58 456

output:

348.52

result:

ok single line: '348.52'

Test #5:

score: 20
Accepted
time: 0ms
memory: 1284kb

input:

195 250 0.59 892

output:

775.73

result:

ok single line: '775.73'