Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
90937 | 石水生 | 04球的体积 | C++ | Wrong Answer | 0 MS | 276 KB | 123 | 2024-09-20 13:51:21 |
#include <bits/stdc++.h> using namespace std; int main(){ int r; cin>>r; printf("%.4f",4/3.0*3.1415926*r*r*r); }
------Input------
9.2
------Answer-----
3261.7606
------Your output-----
3053.6280