| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 138998 | 王润中 | 04球的体积 | C++ | Wrong Answer | 0 MS | 280 KB | 141 | 2025-11-30 21:03:26 |
#include<iostream> using namespace std; int main() { int a; cin>>a; a=4/3*3.1415926*a*a*a; cout<<a; return 0; }
------Input------
9.2
------Answer-----
3261.7606
------Your output-----
2290