Run ID:95581

提交时间:2024-10-30 12:48:09

s=input() s=float(s) z="{:.4f}".format(3.1415926*s*s) print(z)