a,b,c=list(map(int,input().split()))
cir=a+b+c
p=(a+b+c)/2
ar=(p*(p-a)*(p-b)*(p-c))**0.5
print(f"circumference={cir:.2f} area={ar:.2f}")