Run ID:92476

提交时间:2024-10-05 11:54:36

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