Run ID:98075
提交时间:2024-11-17 11:58:36
x=input() x=float(x) z= '{:.4f}'.format(3.1415926*x*x) print(z)