4 solutions

  • 0
    @ 2026-2-4 11:44:10

    #include <bits/stdc++.h> using namespace std; /* */ int main() { int a; cin>>a; if(a%2!=0) { cout<<"yes"; } return 0; }

    Information

    ID
    13
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    243
    Accepted
    106
    Uploaded By