Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92476 丁楷桐 04圆的面积 Python3 Accepted 42 MS 3736 KB 83 2024-10-05 11:54:36

Tests(10/10):


Code:

s=input().split() a=s[0] a=float(a) c = "{:.2f}".format(3.1415926*a*a) print(c)