#一行题解#

// 事实上所给测试用例并不需要使用格式化输出即可自动输出一位小数
print(f"{sum(map(lambda x, y: x*y, map(int, input().split()), [0.2, 0.1, 0.2, 0.5])):.1f}")