Run ID:90132
提交时间:2024-09-07 20:45:14
y = input() a = float(y) b = 3.1415926 c = 4/3*b*a*a*a c = "{:.4f}".format(c) print(c)