Run ID:91919
提交时间:2024-09-25 19:44:43
s=input().split() a=float(s[0]) s="{:.2f}".format(3.1415926*(a*a*a)) print(s)