Run ID:90103

提交时间:2024-09-07 20:28:43

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