5 条题解

  • 0
    @ 2023-6-26 16:59:38
    #include<bits/stdc++.h>
     using namespace std; 
    int main(){
     int x,y; 
    cin>>x>>y; 
    if(x>=60 and y<60 or x<60 and y>=60)
    { cout<<"1"; } 
    else{ cout<<"0"; }
    return 0;
    }
    

    [ybt]1048 有一门课不及格的学生

    信息

    ID
    606
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    (无)
    递交数
    359
    已通过
    156
    上传者