#include "bits/stdc++.h" #define rep(i,n) for(int i=0;i> N; if (N % 6 == 0) cout << "Yes\n"; else cout << "No\n"; }