Run ID:90568

提交时间:2024-09-15 19:12:11

a=input() a=float(a) b="{:.2f}".format(3.1415926*a*a) print(b)