Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91432 徐盛熠 04圆的面积 Python3 Accepted 63 MS 3748 KB 94 2024-09-21 19:06:16

Tests(10/10):


Code:

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