5 solutions

  • 1
    @ 2025-9-14 16:04:19

    #include<bits/stdc++.h> using namespace std; int main() { int a,b=0,c=0,d=0; 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
    250
    Accepted
    85
    Uploaded By