acgo题库
  • 首页
  • 题库
  • 学习
  • 天梯
  • 备赛

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

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

    userId_undefined

    ???

    题解仙人字符串·魔法使空间掌握者出道萌新GESP3级模拟·模拟练习生
    1阅读
    0回复
    0点赞
  • 简单的题解

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

    userId_undefined

    课桌椅

    0阅读
    0回复
    0点赞
  • 基础数学知识

    userId_undefined

    ꧁NX꧂

    8月全勤卷王时间刺客空间掌握者时空双修者快乐小狗字符串·魔法使
    0阅读
    0回复
    0点赞
  • hhhhhhhh

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

    userId_undefined

    nle

    出道萌新I/O·IO入门者倔强青铜
    0阅读
    0回复
    0点赞
  • 666

    #include<bits/stdc++.h> 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; }

    userId_undefined

    ⁡

    禁言
    时间刺客空间掌握者倔强青铜模拟·模拟练习生递归·套娃学徒字符串·魔法使
    0阅读
    0回复
    0点赞
  • 666

    #include<bits/stdc++.h> 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; }

    userId_undefined

    ⁡

    禁言
    时间刺客空间掌握者倔强青铜模拟·模拟练习生递归·套娃学徒字符串·魔法使
    0阅读
    0回复
    0点赞

共46条

  • 1
  • 2
  • 3
20条/页
跳至页
暂无数据

提交答案之后,这里将显示提交结果~

首页