Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90132 余泽越 04球的体积 Python3 Accepted 37 MS 3740 KB 91 2024-09-07 20:45:14

Tests(10/10):


Code:

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