题解 1173: 计算球体积

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

题解 1173: 计算球体积

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){  double x,V;  while(~scanf("%lf",&x))   ……

计算球体积胡扯版

摘要:解题思路:先看一眼别人的答案注意事项:记得球的体积是三分之四派啊的平方参考代码:#include<stdio.h>#define PI 3.1415926int main(){    float r,……

1173 计算球的体积

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cmath>using namespace std;#define PI 3.1415926int main(){ ……

计算球体积

摘要:解题思路:注意事项:参考代码:import mathpi=math.pi                 //导入库while True:                &n