1 条题解

  • 0
    @ 2023-12-27 19:59:50

    C++ :

    #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<<0;
    	else cout<<1;
    	return 0;
    }
    
    
    • 1

    有一门课不及格的学生

    信息

    ID
    631
    时间
    1000ms
    内存
    128MiB
    难度
    (无)
    标签
    (无)
    递交数
    0
    已通过
    0
    上传者