Run ID:87701
提交时间:2024-08-11 11:00:21
a=input().split() r=float(a[0]) q=3.1415926 qq=(q*r*r) qq="{:.2f}".format(qq) print(qq)