Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
90591 |
余睿毅 |
04圆的面积 |
Python3 |
Wrong Answer |
35 MS |
3740 KB |
38 |
2024-09-15 20:25:13 |
Tests(0/10):
Code:
a=input()
b=float(a)
print(b*b*3.14)
Run Info:
------Input------
609
------Answer-----
1165157.01
------Your output-----
1164566.34