Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90117 余泽越 04圆的面积 Python3 Accepted 42 MS 3736 KB 106 2024-09-07 20:35:33

Tests(10/10):


Code:

y = float(input()) a = 3.1415926 b = float(a) d = y*y*a c = float(d) c = "{:.2f}".format(c) print(c)