void yes(){ cout << "YES" << endl; exit(0); } void no(){cout << "NO" << endl; exit(0); } string str; { cin >> str; for(int i=0; i