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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    zsy

    秩序白银
    42阅读
    3回复
    1点赞
  • 题解

    #include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n%30) cout<<1092; else if(n%31) cout<<1091; else cout<<2182; return 0; }

    userId_undefined

    扬帆科技(GYF)

    倔强青铜
    32阅读
    2回复
    1点赞
  • 答案别抄(后果自负)

    userId_undefined

    我是体委

    倔强青铜
    21阅读
    0回复
    1点赞
  • 题解

    按照题意,使用 if else 模拟。

    userId_undefined

    复仇者_帅童

    尊贵铂金
    13阅读
    3回复
    0点赞
  • 答案

    #include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n%30) cout<<1092; else if(n%31) cout<<1091; else cout<<2182; return 0; }

    userId_undefined

    鲁玮博

    倔强青铜
    13阅读
    0回复
    0点赞
  • 解题

    userId_undefined

    邱澤銳·龍龘龖🔥#emo中

    倔强青铜
    3阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    LS_YZY

    倔强青铜
    1阅读
    0回复
    0点赞
首页