#include using namespace std; int main(){ string S; cin>>S; int len=S.length(); if(len%2 != 0){ cout<<"NO"<