14 条题解

  • 1
    @ 2025-12-14 20:05:54
    #include<iostream>
    #include<cstdio>
    #include<cctype>
    #include<string.h>
    #include<math.h>
    #include<cmath>
    #include<algorithm>
    #include<iomanip>
    using namespace std;
    int main()
    {
    	int c,m;
    	cin>>c>>m;
    	if((c<60&&m>=60)||(c>=60&&m<60))
    	{
    		cout<<"1";	
    	} 
    	else
    	{
    		cout<<"0";
    	}
    	return 0;
    }
    
    
    

    信息

    ID
    888
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    1451
    已通过
    580
    上传者