#include<cmath>
2024-09-21 19:11:59
发布于:浙江
2阅读
0回复
0点赞
#include<iostream>
#include<cmath>
using namespace std;
int main(){
int u,p;
double c;
cin>>u>>p;
c=sqrt(uu +pp);
printf("%.2f",c);
return 0;
}
这里空空如也
2024-09-21 19:11:59
发布于:浙江
#include<iostream>
#include<cmath>
using namespace std;
int main(){
int u,p;
double c;
cin>>u>>p;
c=sqrt(uu +pp);
printf("%.2f",c);
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个