1 solutions

  • 0
    @ 2024-10-6 8:59:57
    #include <iostream>
    using namespace std;
    int main()
    {
    	int n;
        cin>>n;
        if(n>=10&&n<=99)
        {
            cout<<1;
        }
        else
        {
            cout<<0;
        }
    	return 0;
    }
    
    
    • 1

    Information

    ID
    21
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    10
    Tags
    # Submissions
    3
    Accepted
    3
    Uploaded By