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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
  • 竞赛
  • 讨论
  • 团队
登录
注册
题目详情提交记录(0)
  • 不会的小朋友看这里,very简单

    #include<bits/stdc++.h> using namespace std; int a[1000005],x; int main(){ cin>>x; for(int i=0;i<=2025-x;i++){ if((x&i)+(x|i)==2025){ cout<<i; return 0; } } cout<<-1; }

    userId_undefined

    丛文熹

    空间掌握者倔强青铜递归·套娃学徒
    49阅读
    1回复
    1点赞
  • 看上面丛文熹发的题解

    看上面丛文熹发的题解

    userId_undefined

    丛文熹

    空间掌握者倔强青铜递归·套娃学徒
    27阅读
    2回复
    1点赞
  • 题解(直接复制SM)

    > 正经题解! 代码中有瀿抄 > > > > > > > > > > 秀一手

    userId_undefined

    _不是哥们跑打AK®

    倔强青铜
    10阅读
    2回复
    2点赞
  • 题解

    userId_undefined

    zsy

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

    #include<bits/stdc++.h> using namespace std; int a[1000010],x; int main(){ cin>>x; for(int i=0;i<=2025-x;i++){ if((x&i)+(x|i)==2025){ cout<<i; return 0; } } cout<<-1; }

    userId_undefined

    Dream

    出道萌新时间刺客分支·分支解题者8月全勤卷王秩序白银
    7阅读
    0回复
    1点赞
  • 题解 100% AC

    userId_undefined

    飞的智动

    8月全勤卷王出道萌新题解仙人时空双修者秩序白银快乐小狗
    6阅读
    0回复
    1点赞
  • 题解

    userId_undefined

    LS_YZY

    题解仙人倔强青铜时空双修者出道萌新模拟·模拟练习生快乐小狗
    5阅读
    0回复
    0点赞
  • GESP 三级 真题 25年3月

    #include<bits/stdc++.h> using namespace std; int main(){ int x; cin>>x; for(int y=1;y<=2025;y++){ if((x&y)+(x|y)==2025){ cout<<y<<endl; return 0; } } cout<<"-1"; return 0; }

    userId_undefined

    智慧达达(1)

    7月全勤卷王出道萌新时间刺客空间掌握者秩序白银快乐小狗
    3阅读
    0回复
    0点赞
  • 100%AC

    userId_undefined

    李伙子ia

    9月全勤卷王10月全勤卷王时间刺客空间掌握者时空双修者倔强青铜
    0阅读
    0回复
    0点赞
暂无数据

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

首页