4 solutions

  • 2
    @ 2024-12-17 20:36:35
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a;
    	cin>>a;
    	if(a<100&&a>1)
    	{
    		cout<<"yes";
    	}
    	else
    	{
    		cout<<"";
    	}
    	return 0;
    }
    
    • 1
      @ 2025-9-14 15:55:53

      #include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; if(a<100&&a>1) { cout<<"yes"; } else { cout<<""; } return 0; }

      • 1
        @ 2025-1-13 10:22:51

        #include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; if(n<100&&n>1) { cout <<"yes"; } return 0; }

        • -4
          @ 2024-11-30 10:38:44

          pj23jr23je023jr023re0923i23iur0923r0923ur0pr

          • 1

          Information

          ID
          22
          Time
          1000ms
          Memory
          256MiB
          Difficulty
          1
          Tags
          (None)
          # Submissions
          189
          Accepted
          79
          Uploaded By