acgo题库
  • 首页
  • 题库
  • 题单
  • 竞赛
  • 讨论
  • 排行
  • 团队
  • 备赛专区

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(0)讨论(0)提交记录(0)
  • 666

    #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; }

    userId_undefined

    ཌༀ130****2142ༀད

    0阅读
    0回复
    0点赞
  • 最佳题解

    #include<iostream> #include<cmath> using namespace std; int main(){ int a,b; cin>>a>>b; double c; c=sqrt(aa+bb); printf("%.2lf",c); return 0; }

    userId_undefined

    王以恒

    倔强青铜
    0阅读
    0回复
    0点赞
  • ac(互关)

    #include<bits/stdc++.h>; using namespace std; int main(){short a,b,c;cin>>a>>b;c=aa+bb;printf("%.2f",sqrt(c));return 0;}

    userId_undefined

    射手骑着龙——互

    0阅读
    0回复
    0点赞
  • 很简单

    userId_undefined

    136****4819

    0阅读
    0回复
    0点赞
  • 题解

    #include <bits/stdc++.h> using namespace std; int main(){ int a,b; cin >> a >> b; printf("%.2f",sqrt(aa+bb)); return 0; }

    userId_undefined

    T0

    0阅读
    0回复
    0点赞
  • easy

    #include <bits/stdc++.h> using namespace std; int main() { double a,b; cin>>a>>b; double c= pow(a,2)+pow(b,2); printf("%.2lf",sqrt(c)); return 0; }

    userId_undefined

    ~Lyney~

    0阅读
    0回复
    0点赞
  • 非常简单

    #include<iostream> #include<iomanip> #include<cmath> using namespace std; int main(){ float a,b; cin>>a>>b; cout<<std::fixed<<setprecision(2)<<sqrt(aa+bb); return 0; }

    userId_undefined

    :)

    0阅读
    0回复
    0点赞
  • 题...

    userId_undefined

    人

    出道萌新空间掌握者倔强青铜
    0阅读
    0回复
    0点赞
  • ACGO

    #include <bits/stdc++.h> using namespace std; int main(){ int a,b; cin >> a >> b; printf("%.2f",sqrt(aa+bb)); return 0; }

    userId_undefined

    倒车请故意

    0阅读
    0回复
    0点赞

共49条

  • 1
  • 2
  • 3
20条/页
跳至页
首页