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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    飞的智动

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

    userId_undefined

    zsy

    出道萌新7月全勤卷王时间刺客时空双修者题解仙人秩序白银
    6阅读
    0回复
    0点赞
  • A30760.【条件】【入门】有一门课不

    userId_undefined

    毛奕程

    4阅读
    0回复
    0点赞
  • 题解

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if((a<60&&b>=60)||(a>=60&&b<60)){ cout<<"1"; return 0; } cout<<"0"; return 0; }

    userId_undefined

    LS_YZY

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

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

    userId_undefined

    楼易涵c++

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