Run ID:91036
提交时间:2024-09-21 11:08:13
e=input().split() i=float(e[0]) c='{:.2f}'.format(3.1415926*i*i) print(c)