| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 145717 | 朱丰硕 | 求三个数的最大值 | C++ | Wrong Answer | 0 MS | 264 KB | 170 | 2026-01-25 18:43:03 |
#include<bits/stdc++.h> using namespace std; int main() { double v,m=3.1415926,r; cin >>r; v=4*1.0/3*m*r*r*r; cout <<fixed<<setprecision(4)<<v; return 0; }
------Input------
8 5 20
------Answer-----
max=20
------Your output-----
2144.6605