ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#125889 | #1224. 阶梯电价 | abcad | 100 | 0ms | 1288kb | C++ | 259b | 2021-02-01 18:59:28 | 2021-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'