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

Hello world!

Revision en1, by 1564269628, 2021-05-30 15:46:13
#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

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English 1564269628 2021-05-30 15:46:13 248 hello (published)