1 solutions

  • 0
    @ 2025-12-2 15:43:08

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    long long n,s;
    int main()
    {
        cin>>n;
        if(n%2==0&&n!=2) cout<<"YES";
        else cout<<"NO";
        return 0;
    }
    
    • 1

    Information

    ID
    659
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    9
    Tags
    # Submissions
    12
    Accepted
    3
    Uploaded By