Run ID:93218

提交时间:2024-10-12 21:33:45

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