1 solutions

  • 0
    @ 2025-10-7 16:10:55

    #include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; int s=a*3/60; int d=s+b; if (d>=8) { cout<<"Yes"; } else if (d<8) { cout<<"No"; } return 0; }

    Information

    ID
    2827
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    1
    Tags
    # Submissions
    56
    Accepted
    24
    Uploaded By