acgo题库
  • 首页
  • 题库
  • 学习
  • 天梯
  • 备赛

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    def is_run(n): if (n %40and n%100!=0) or n %4000: return True return False year = int(input()) if is_run(year): print("yes") else: print("no")

    userId_undefined

    神

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

    userId_undefined

    zsy

    时空双修者题解仙人BUG超度大师秩序白银快乐小狗
    12阅读
    0回复
    0点赞
  • 题解

    判断有点难,搞清楚就行。 #include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n%1000){ if(n%4000)cout<<"yes"; else cout<<"no"; } else { if(n%40)cout<<"yes"; else cout<<"no"; } if(n0)cout<<"no"; return 0; }

    userId_undefined

    橙子同学

    时空双修者10月全勤卷王冒泡宗师→排序元老递归·套娃学徒模拟·模拟练习生枚举·枚举小能手
    1阅读
    0回复
    1点赞
  • 题解

    userId_undefined

    LS_YZY

    题解仙人出道萌新时空双修者倔强青铜模拟·模拟练习生快乐小狗
    3阅读
    0回复
    0点赞
  • A30553.【PY】使用if嵌套判断闰

    userId_undefined

    毛奕程

    分治·分治练习生
    2阅读
    0回复
    0点赞
  • 100%AC

    userId_undefined

    李伙子ia

    倔强青铜时空双修者
    0阅读
    0回复
    0点赞
暂无数据

提交答案之后,这里将显示提交结果~

首页