Run ID:92155
提交时间:2024-09-28 14:14:50
s=input().split() a=s[0] a=float(a) q="{:.2f}".format(3.1415926*a*a) print(q)