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

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

»
3 years ago, # |
  Vote: I like it +1 Vote: I do not like it

Just so you know, it is highly discouraged to post solutions to problems in a blog, because it spoils it for people who actually want to solve it.

That said, if you want to teach something through solving a problem, and feel like it will help the community, feel free to go through that solution and teach that thing in a blog!