import math C = int(raw_input()) R, D = map(int, raw_input().split()) print C * R * R * D * 2 * math.pi * math.pi