2 solutions

  • 1
    @ 2025-11-16 18:42:50
    #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;
    }
    
    • -4
      @ 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; }

      • 1

      Information

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