1 条题解

  • 2
    @ 2025-6-22 9:33:34
    #include<bits/stdc++.h>
    using namespace std;
    int a,b;
    int main(){
    	cin>>a>>b;
        cout<<"斜边长约为:"<<sqrt(pow(a,2)+pow(b,2));
    	}
    
    

    信息

    ID
    1121
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    递交数
    83
    已通过
    22
    上传者