菜就多练
2024-03-17 20:05:51
发布于:河北
9阅读
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-03-17 20:05:51
发布于:河北
#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)));
}
这里空空如也
有帮助,赞一个