肯定AC的代码哈哈哈123xyc2024-04-10 16:36:28发布于:浙江7阅读0回复0点赞#include<iostream> #include<cmath> #include<cstdio> using namespace std; int main(){ double a,b,c; cin>>a>>b; c = sqrt(pow(a,2)+pow(b,2)); printf("%.2lf",c); return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个