Run ID:93221

提交时间:2024-10-12 22:11:08

s=input() s=float(s) c='{:.2f}'.format(3.1415926*s*s) print(c)