Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
95581 |
蔡宸轩 |
04球的体积 |
Python3 |
Wrong Answer |
36 MS |
3716 KB |
65 |
2024-10-30 12:48:09 |
Tests(0/10):
Code:
s=input()
s=float(s)
z="{:.4f}".format(3.1415926*s*s)
print(z)
Run Info:
------Input------
9.2
------Answer-----
3261.7606
------Your output-----
265.9044