M_PI:我免费啦!
2025-10-10 21:26:44
发布于:浙江
2阅读
0回复
0点赞
#include<iostream>
#include<cstdio>
#include<cmath>
using namespace std;
int main(){
int s,t1,t2;
cin>>s>>t1>>t2;
printf("%.2f",pow(s*1.0/t1*t2/(4.0/3)/3.14,1.0/3));//要用3.14,不能用M_PI,不然第7个样例会错(o(╥﹏╥)o
return 0;
}
这里空空如也







有帮助,赞一个