666
2025-04-21 17:15:03
发布于:浙江
0阅读
0回复
0点赞
#include<cstring>
#include<cmath>
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b;
cin>>a>>b;
float c;
c=sqrt(pow(a,2)+pow(b,2));
cout<<fixed<<setprecision(2)<<c;
return 0;
}
这里空空如也
有帮助,赞一个