from math import pi H, F = map(float, input().split()) print(-8.245 + 6.807 * H + 7.073 * (2 * F * pi))