开荒
2024-01-16 12:44:53
发布于:浙江
104阅读
0回复
0点赞
#include<iostream>
#include<cstdio>
#include<cmath>
int main(){
int a,b;
float c;
std::cin >> a >> b;
std::printf("%.2f",sqrt(pow(a,2)+pow(b,2)));
}
这里空空如也
2024-01-16 12:44:53
发布于:浙江
#include<iostream>
#include<cstdio>
#include<cmath>
int main(){
int a,b;
float c;
std::cin >> a >> b;
std::printf("%.2f",sqrt(pow(a,2)+pow(b,2)));
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个