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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(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点赞

共45条

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