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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    潜龙暗虎

    5阅读
    0回复
    0点赞
  • 好嗨呦

    userId_undefined

    CuSO4

    4阅读
    0回复
    0点赞
  • 题解

    #include<cstdio> #include<iostream> #include<cmath> using namespace std; int main(){ int a,b; double c=0.0; cin>>a; for(int i=1;i<=a;i++){ cin>>b; if(b<=70)c=c+0.1; else { while(1){ b-=70; c=c+0.1; if(b<0)break; } } } cout<<c; return 0; }

    userId_undefined

    准

    出道萌新倔强青铜
    3阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    特蕾西娅~

    时间刺客空间掌握者
    1阅读
    0回复
    0点赞
  • AC

    注:没流量电话卡无话费

    userId_undefined

    TN Hacker

    7月全勤卷王出道萌新时间刺客空间掌握者快乐小狗荣耀黄金
    1阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    一时想起,四季等你

    7月全勤卷王出道萌新荣耀黄金题解仙人时空双修者
    1阅读
    0回复
    0点赞
  • 亲测有效

    import math n=int(input()) list1=map(int,input().split()) sum=0 for i in list1: sum+=math.ceil(i/70) print("%.1f"%(sum*0.1))

    userId_undefined

    广州珠江-大鸟老师

    递归·套娃学徒循环·循环打卡人倔强青铜分支·分支解题者数组·数组操作员格式·格式排版员
    0阅读
    0回复
    0点赞
  • 亲测有效

    import math n=int(input()) list1=map(int,input().split()) sum=0 for i in list1: sum+=math.ceil(i/70) print("%.1f"%(sum*0.1))

    userId_undefined

    广州珠江-大鸟老师

    递归·套娃学徒循环·循环打卡人倔强青铜分支·分支解题者数组·数组操作员格式·格式排版员
    0阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    ???

    出道萌新数组·数组操作员循环·循环打卡人倔强青铜I/O·IO入门者
    0阅读
    0回复
    0点赞
  • tj

    #include<bits/stdc++.h> using namespace std; int main(){ int a; double c=0; cin>>a; for(int i=1;i<=a;i++){ int b; cin>>b; if(b<=70){ c+=0.1; } else{ while(b>=0){ c+=0.1; b-=70; } } } cout<<c; return 0; }

    userId_undefined

    人机猫

    时间刺客空间掌握者7月全勤卷王模拟·模拟练习生倔强青铜字符串·魔法使
    0阅读
    0回复
    0点赞
  • ACACACACAC

    userId_undefined

    Mr.zou

    0阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    枫岚

    禁言
    出道萌新时间刺客空间掌握者时空双修者倔强青铜
    0阅读
    0回复
    0点赞
  • A423.短信计费

    挑战不用iostream。

    userId_undefined

    毛奕程

    0阅读
    0回复
    0点赞
  • tj

    userId_undefined

    有事找大号

    0阅读
    0回复
    0点赞

共34条

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