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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined
    深圳宝安 徐泽枫
    时空双修者快乐小狗秩序白银
    6阅读
    1回复
    1点赞
  • So easy

    > 此图片证明答案可靠 答案: 加入团队愿意做C++的狗吗?

    userId_undefined
    C++的狗
    倔强青铜2月全勤卷王字符串·魔法使I/O·IO入门者造物者俄罗斯套娃大师
    67阅读
    3回复
    3点赞
  • 有点意思

    userId_undefined
    bianhl
    出道萌新题解仙人时空双修者分治·分治练习生进制转换师荣耀黄金
    40阅读
    0回复
    1点赞
  • 老板肥不肥?!?!?!?!?!?!?!?

    #include<bits/stdc++.h> using namespace std; int n; int a,b,c,d; int main(){ cin>>n; for(int i=0;i<n;i++){ int x; cin>>x; if(x>60)d++; else if(x>35)c++; else if(x>18)b++; else a++; } printf("%.2lf%%\n%.2lf%%\n%.2lf%%\n%.2lf%%", a100.0/n,b100.0/n,c100.0/n,d100.0/n); return 0; }

    userId_undefined
    人类一败涂地
    1阅读
    0回复
    0点赞
暂无数据

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

首页