Run ID:93219

提交时间:2024-10-12 21:35:42

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