ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#110535 | #1224. 阶梯电价 | fzs | 100 | 0ms | 1240kb | C++ | 404b | 2020-06-27 00:17:57 | 2020-06-27 00:17:57 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1236kb
input:
110 210 0.55 300
output:
202.68
result:
ok single line: '202.68'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1236kb
input:
110 210 0.55 200
output:
114.95
result:
ok single line: '114.95'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1240kb
input:
110 210 0.55 100
output:
55.00
result:
ok single line: '55.00'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1240kb
input:
140 250 0.58 456
output:
348.52
result:
ok single line: '348.52'
Test #5:
score: 20
Accepted
time: 0ms
memory: 1236kb
input:
195 250 0.59 892
output:
775.73
result:
ok single line: '775.73'