Run ID:92181
提交时间:2024-09-28 14:48:59
s=input() s=float(s) a="{:.4f}".format(4/3*3.1415926*s*s*s) print(a)