import math r = float(input()) V = (4/3)math.pir3 S = 4math.pir2 print(f"{V:.2f}") print(f"{S:.2f}")
注意socoding可能会输入小数进行测试,所以不用int要用float