Run ID:90097

提交时间:2024-09-07 20:14:24

s=input().split() a=s[0] a=float(a) c=3.1415926 a='{:.2f}'.format(c*(a*a)) print(a)