Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя 1564269628

Автор 1564269628, история, 3 года назад, По-английски
#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

  • Проголосовать: нравится
  • -25
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

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!