Run ID:90570

提交时间:2024-09-15 19:29:38

a=input() a=float(a) b="{:.4f}".format(4/3*3.1415926*a*a*a) print(b)