Run ID:91063
提交时间:2024-09-21 11:18:28
e=input().split() i=float(e[0]) c='{:.4f}'.format(4/3*3.1415926*i*i*i) print(c)