Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90592 余睿毅 04圆的面积 Python3 Accepted 48 MS 3744 KB 72 2024-09-15 20:31:04

Tests(10/10):


Code:

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