from math import tau h, r = map(float, input().split()) print(-8.245 + 6.807 * h + 7.073 * r * tau)