Run ID:91211

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

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