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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    zsy

    出道萌新7月全勤卷王时间刺客时空双修者题解仙人秩序白银
    18阅读
    0回复
    3点赞
  • 题解

    这代码不怎么严谨,输入0时就不会输出,但也是成功通过了

    userId_undefined

    LS_YZY

    题解仙人出道萌新时空双修者模拟·模拟练习生倔强青铜快乐小狗
    4阅读
    0回复
    0点赞
  • 题解

    #include<bits/stdc++.h> using namespace std; int main(){ int w; cin>>w; while(w!=0){ cout<<w%10<<" "; w=w/10; } return 0; }

    userId_undefined

    IV-Luca(卢卡)

    出道萌新时空双修者模拟·模拟练习生倔强青铜
    1阅读
    0回复
    0点赞
首页