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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    #include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; if(a>=90&&b>=90) cout<<"yes"; else cout<<"no"; return 0; } 点个赞吧

    userId_undefined

    DESE.RE君(互关)

    时空双修者ASCII炼金师俄罗斯套娃大师造物者递归·套娃学徒枚举·枚举小能手
    1阅读
    0回复
    1点赞
  • 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

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

    #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

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

    userId_undefined

    AC是最好的

    秩序白银
    6阅读
    0回复
    0点赞
  • C language

    userId_undefined

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

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

    #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

    153****1913

    0阅读
    0回复
    0点赞
暂无数据

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

首页