Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
87701 | 王晨鑫 | 03圆的面积 | Python3 | Wrong Answer | 36 MS | 3748 KB | 92 | 2024-08-11 11:00:21 |
a=input().split() r=float(a[0]) q=3.1415926 qq=(q*r*r) qq="{:.2f}".format(qq) print(qq)
------Input------
0
------Answer-----
3.14159 28.2743 78.5398 153.938 254.469
------Your output-----
0.00