import matplotlib.pyplot as plt
x=(int(input()))
y=(int(input()))
z=float(int(input())
a=x*y
pirnt(a)
b=math.pi*z**z
print(b)