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