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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    一念成魔

    模拟·模拟练习生
    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点赞

共24条

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