2 solutions

  • 0
    @ 2025-1-21 10:14:08

    #include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; if(a>=10||b>=20) { cout<<1; } else { cout<<0; } return 0; }

    • 0
      @ 2024-8-21 15:47:40

      #include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; if(a >= 10 || b >= 20) { cout<<1; } else { cout<<0; } return 0; }

      • 1

      Information

      ID
      858
      Time
      1000ms
      Memory
      256MiB
      Difficulty
      1
      Tags
      (None)
      # Submissions
      133
      Accepted
      72
      Uploaded By