Run ID:91438

提交时间:2024-09-21 19:13:50

c=input().split() a=c[0] a=float(a) n=4/3*3.1415926*a*a*a n="{:.4f}".format() print(n)