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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    zsy

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

    userId_undefined

    飞的智动

    7月全勤卷王题解仙人时空双修者秩序白银模拟·模拟练习生快乐小狗
    5阅读
    0回复
    1点赞
  • 题解

    userId_undefined

    zyz610

    5阅读
    0回复
    1点赞
  • TVT

    #include <iostream> #include <cmath> #include <algorithm> using namespace std; int main() { int a; cin>>a; if(a%2==0){ cout<<"even"; }else{ cout<<"odd"; } return 0; }

    userId_undefined

    青灯说

    2阅读
    0回复
    1点赞
  • 好题解!

    #include<iostream> using namespace std; int main() { int a; cin>>a; if(a%2==0) { cout<<"even"; } else { cout<<"odd"; } }

    userId_undefined

    楼易涵c++

    循环·循环打卡人分支·分支解题者数组·数组操作员倔强青铜
    0阅读
    0回复
    0点赞
首页