Run ID:90117

提交时间:2024-09-07 20:35:33

y = float(input()) a = 3.1415926 b = float(a) d = y*y*a c = float(d) c = "{:.2f}".format(c) print(c)