Run ID:91920
提交时间:2024-09-25 19:46:57
s=input().split() a=float(s[0]) s="{:.4f}".format(4/3*3.1415926*(a*a*a)) print(s)