# include # define rep(i, n) for(int i=0, i##_len=(n); i=0; --i) # define rreps(i, n) for(int i=((int)(n)); i>0; --i) # define ALL(x) (x).begin(), (x).end() # define RALL(x) (x).rbegin(), (x).rend() # define SZ(x) ((int)(x).size()) # define pb push_back # define optimize_cin() cin.tie(0); ios::sync_with_stdio(false) # define debug(x) std::cerr<<#x<<": "<<(x)< using grid = vector>; templatebool chmax(T &a, const T &b) { if (abool chmin(T &a, const T &b) { if (b> N; cout << YesNo(N % 6 == 0) << "\n"; return 0; }