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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    zsy

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

    #include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=a+b; if(c%7==0){ cout<<'7'; } else{ cout<<c%7; } return 0; }

    userId_undefined

    LS_YZY

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

    userId_undefined

    飞的智动

    8月全勤卷王出道萌新题解仙人时空双修者秩序白银快乐小狗
    4阅读
    0回复
    1点赞
  • 不说废话,直接上题解!!!

    #include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=a+b; if(c%7==0){ cout<<7; }else{ cout<<c%7; } return 0; }

    userId_undefined

    压力之子

    倔强青铜
    5阅读
    0回复
    0点赞
  • tj

    userId_undefined

    无敌的鳖佬仔给老爷爷猜猜被

    7月全勤卷王秩序白银时间刺客空间掌握者循环·循环打卡人I/O·IO入门者
    4阅读
    0回复
    0点赞
  • 100%AC

    userId_undefined

    李伙子ia

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

    #include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; if((a+b)%7==0){ cout<<7; }else{ cout<<(a+b)%7; } return 0; }

    userId_undefined

    龙

    空间掌握者
    0阅读
    0回复
    0点赞
暂无数据

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

首页