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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情提交记录(0)
  • 懂的都懂

    一道相当水的题

    userId_undefined

    匿名

    出道萌新秩序白银
    1阅读
    0回复
    0点赞
  • 题解

    #include <bits/stdc++.h> using namespace std; int main(){ int A,B,C,d; cin>>A>>B>>C; d=0.2A+0.3B+0.5*C; cout<<d; return 0; }

    userId_undefined

    黑白世界

    1阅读
    0回复
    0点赞
  • tijie

    userId_undefined

    正在减肥的吃货

    1阅读
    0回复
    0点赞
  • 抄吧

    不会的直接抄

    userId_undefined

    186****4640

    0阅读
    0回复
    0点赞
  • 这回更离谱,只要8行(笑)

    #include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<a0.2+b0.3+c*0.5; return 0; }

    userId_undefined

    一念成魔

    8月全勤卷王倔强青铜字符串·魔法使循环·循环打卡人分支·分支解题者模拟·模拟练习生
    0阅读
    0回复
    0点赞
  • ACACACACACACACACACAC

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<a0.2+b0.3+c*0.5; return 0; }

    userId_undefined

    智慧达达(1)

    时间刺客空间掌握者7月全勤卷王出道萌新秩序白银快乐小狗
    0阅读
    0回复
    0点赞
  • 简单

    #include<bits/stdc++.h> using namespace std; int a,b,c,d; int main(){ cin>>a>>b>>c; d=(a0.2)+(0.3b)+(0.5*c); cout<<d; return 0; }

    userId_undefined

    13000002310

    倔强青铜出道萌新
    0阅读
    0回复
    0点赞
  • 是爱坤点赞

    #include <iostream> using namespace std; int main(){ int A,B,C; cin>>A>>B>>C; cout<<A0.2+B0.3+C*0.5; return 0; }

    userId_undefined

    150****9508

    0阅读
    0回复
    0点赞

共28条

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

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

首页