求助!!!!
查看原帖
求助!!!!
1017548
hsgxwz楼主2023/6/8 20:55
#include<bits/stdc++.h>
using namespace std;
int main()
{
	double r;
    cin>>r;
    cout<<fixed<<setprecision(6)<<4.0/3*3.14*pow(r,3);
    return 0;
}

2023/6/8 20:55
加载中...