Please read the new rule regarding the restriction on the use of AI tools. ×

1564269628's blog

By 1564269628, history, 3 years ago, In English
#include <bits/stdc++.h>
using namespace std;
int main(){
    int a;
    cin>>a;
        if(!(a%2))
            cout<<"Yes\n";
        else cout<<"No\n";

    return 0;
}

117867037 4A - Watermelon

Full text and comments »

  • Vote: I like it
  • -25
  • Vote: I do not like it