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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    为什么我的代码不对 #include <iostream> using namespace std; int main(){ int a,b; cin >> a >> b; if(a<60||b<60){ cout << "1"; }else cout << "0"; return 0; }

    userId_undefined

    Mr包

    倔强青铜
    261阅读
    10回复
    2点赞
  • 垃圾题目,取值范围都不说清楚

    垃圾

    userId_undefined

    苍蓝咏叹

    倔强青铜
    113阅读
    4回复
    1点赞
  • 。。

    为什么我的代码不对 #include <iostream> using namespace std; int main(){ int a,b; cin >> a >> b; if(a<60||b<60){ cout << "1"; }else cout << "0"; return 0; }

    userId_undefined

    Mr包

    倔强青铜
    86阅读
    2回复
    0点赞
  • 望大佬帮助

    #include <iostream> using namespace std; int main(){ int yv,shu; cin>>yv>>shu; if(yv<60) if(yv<60&&shu<60)cout<<0; else cout<<1; if(yv>60&&shu>60)cout<<0; return 0; }

    userId_undefined

    135****5269

    倔强青铜
    33阅读
    6回复
    2点赞
  • 正确演示

    #include<iostream> using namespace std; int main(){ int a,b; cin >> a>>b; if ((a<60 and b>=60) or (a>=60 and b<60)) cout<<"1"; else cout<<"0"<<endl; }

    userId_undefined

    屑小M

    倔强青铜
    17阅读
    0回复
    1点赞
  • 。。。

    为啥这种题还会有人不会

    userId_undefined

    有事找大号

    秩序白银
    9阅读
    0回复
    0点赞
  • 666

    看不懂

    userId_undefined

    不Happy

    倔强青铜
    1阅读
    0回复
    0点赞
首页