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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined
    180****7629
    5阅读
    0回复
    0点赞
  • 判断

    #include<bits/stdc++.h>//submitRecord// using namespace std; //const int N=1e7+10; int main(){ //freopen("","r",stdin); //freopen("","w",stdout); ios::sync_with_stdio(); cin.tie(nullptr); cout.tie(nullptr); int a,b; cin>>a>>b; if(a<60 && b<60) cout<<0; else if(a<60 || b<60) cout<<1; else cout<<0; //fclose(stdin); //fclose(stdout); return 0; }

    userId_undefined
    哥伦比亚
    出道萌新时间刺客时空双修者空间掌握者快乐小狗枚举·枚举小能手
    0阅读
    0回复
    0点赞
  • 复制+粘贴,ac+满分!

    #include <iostream> using namespace std; int main(){ int Grade1 , Grade2; cin >> Grade1 >> Grade2; if(Grade1 < 60 && Grade2 >= 60|| Grade2 < 60 && Grade1 >= 60){ cout << "1"; }

    userId_undefined
    Seasun
    循环·循环打卡人I/O·IO入门者分支·分支解题者倔强青铜
    0阅读
    0回复
    0点赞

共23条

  • 1
  • 2
20条/页
跳至页
暂无数据

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

首页