4 solutions

  • -2
    @ 2025-7-4 10:27:26
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int a,b;
        cin>>a>>b;
        if(a<60&&b>=60||b<60&&a>=60) cout<<1;
        else cout<<0;
        return 0;
    }
    
    

    Information

    ID
    861
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    232
    Accepted
    78
    Uploaded By