Run ID:90592

提交时间:2024-09-15 20:31:04

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