Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
98075 |
蔡宸轩 |
04球的体积 |
Python3 |
Wrong Answer |
34 MS |
3720 KB |
66 |
2024-11-17 11:58:36 |
Tests(0/10):
Code:
x=input()
x=float(x)
z= '{:.4f}'.format(3.1415926*x*x)
print(z)
Run Info:
------Input------
9.2
------Answer-----
3261.7606
------Your output-----
265.9044