Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
90143 | 谭景年 | 04圆的面积 | Python3 | Wrong Answer | 34 MS | 3760 KB | 87 | 2024-09-07 20:59:56 |
s=input().split() a=int(s[0]) print('{:.2f}'.format((a*3.1415926)*(a*3.1415926)))
------Input------
609
------Answer-----
1165157.01
------Your output-----
3660448.62