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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(0)讨论(0)提交记录(0)
  • 测试点错了改了一下,AC了,我对不起大家

    userId_undefined

    .Dream.

    15阅读
    0回复
    0点赞
  • 这样就行了

    #include <bits/stdc++.h> using namespace std; int main(){ double a,b,c,d,e; cin>>a>>b>>c>>d>>e; cout<<a+b+c+d+e; } 我把正确率从13%提到了52%

    userId_undefined

    苦痛小骑士-_-

    5阅读
    0回复
    0点赞
  • A+B+C+D+E problem

    userId_undefined

    回来看看

    出道萌新倔强青铜
    5阅读
    0回复
    0点赞
首页