Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
90145 |
谭景年 |
04圆的面积 |
Python3 |
Wrong Answer |
33 MS |
3756 KB |
75 |
2024-09-07 21:01:36 |
Tests(2/10):
Code:
s=input().split()
a=int(s[0])
print('{:.2f}'.format((a*3.1415926*a)))
Run Info:
------Input------
43.2
------Answer-----
5862.97
------Your output-----