Run ID:91214

提交时间:2024-09-21 13:23:16

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