Aaaa.题解
2023-10-06 14:28:14
发布于:广东
15阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
double s,t1,t2,v,r;
cin>>s>>t1>>t2;
v=s/t1*t2;
r=pow(v/4*3/3.14,1.0/3);
printf("%.2f",r);
}
这里空空如也
2023-10-06 14:28:14
发布于:广东
#include<bits/stdc++.h>
using namespace std;
int main()
{
double s,t1,t2,v,r;
cin>>s>>t1>>t2;
v=s/t1*t2;
r=pow(v/4*3/3.14,1.0/3);
printf("%.2f",r);
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个