CB011
using namespace std; long long a; int main() { cin>>a; if(a%2==0) cout<<"yes"; else cout<<"no"; return 0; }
This comment is hidden due to too much negative feedback. Click here to view it.
Comments
This comment is hidden due to too much negative feedback. Click here to view it.