我连样列都没过!!!求助~~~
查看原帖
我连样列都没过!!!求助~~~
501440
居然Tommy楼主2022/10/9 20:48
#include<iostream>
#include<cmath>
using namespace std;
int main()
{
	double r,cnt=0;
	cin>>r;
	cnt=(4/3)*3.14*(pow(r,3));
	printf("%.5f",cnt);
	return 0;
}
2022/10/9 20:48
加载中...