4 solutions

  • 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; }

    Information

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