Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91036 乔仲熠 04圆的面积 Python3 Accepted 43 MS 3736 KB 80 2024-09-21 11:08:13

Tests(10/10):


Code:

e=input().split() i=float(e[0]) c='{:.2f}'.format(3.1415926*i*i) print(c)