Run ID:92179

提交时间:2024-09-28 14:47:34

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