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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    #include<iostream> using namespace std; int main(){ int c, m; cin >> c >> m; if(c>=90&&m>=90){ cout<< "yes" <<endl; }else { cout << "no" <<endl; } return 0; }

    userId_undefined

    LS_YZY

    时空双修者出道萌新模拟·模拟练习生快乐小狗倔强青铜题解仙人
    5阅读
    0回复
    0点赞
  • A46023.优秀学生判断(二)

    #include<iostream> using namespace std; int main(){ int chinese, math; cin >> chinese >> math ; if(chinese>=90&&math>=90){ cout<< "yes" <<endl; }else { cout << "no" <<endl; } return 0; }

    userId_undefined

    复仇者----实体303

    出道萌新倔强青铜循环·循环打卡人I/O·IO入门者分支·分支解题者
    1阅读
    0回复
    0点赞
  • C language

    userId_undefined

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

    时间刺客空间掌握者出道萌新I/O·IO入门者循环·循环打卡人荣耀黄金
    0阅读
    0回复
    0点赞
首页