竞赛
考级
r=float(input()) π=3.14159 z=2r z1=2πr z3=πr**2 print("{:.4f} {:.4f} {:.4f}".format(z,z1,z3))
WZA
zsy