#include<bits/stdc++.h>

using namespace std;

int main()
{

    int a,b;
    cin >> a >> b;

    if(a >= 60 && b >= 60){

        cout << "0";
    }

    else if(a < 60 && b < 60){

        cout << "0";
    }

    else{

        cout << "1";
    }

    return 0;
}

V我50我再发一题

2 comments

  • 1

Information

ID
35
Time
1000ms
Memory
256MiB
Difficulty
5
Tags
# Submissions
89
Accepted
31
Uploaded By