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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    zsy

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

    #include<bits/stdc++.h> using namespace std; int x,n; int main(){ cin>>x>>n; for(int i=1;i<n;i++)x/=10; cout<<x%10; return 0; }

    userId_undefined

    134****1248

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

    #include<bits/stdc++.h> using namespace std; int main(){ int n,s; cin>>n>>s; for(int i=1;i<s;i++){ n/=10; } cout<<n%10; return 0; }

    userId_undefined

    滕礼松

    出道萌新空间掌握者倔强青铜循环·循环打卡人字符串·魔法使
    2阅读
    0回复
    0点赞
首页