#include using namespace std; #define rep(i, n) for(int i = 0; i< (int)(n); i++) using ll = long long; using ull = unsigned long long; using vi = vector; ll INF = 2e18; #define Yes cout << "Yes" << endl #define No cout << "No" << endl #define YN {cout<<"Yes"<>N; string S; cin>>S; if(N%2==1) { No; return 0; } Yes; for(int i = 0; i