#include using namespace std; typedef long long int ll; typedef vector vl; typedef pair PP; #define rep(i, n) for(ll i = 0; i < ll(n); i++) #define ITR(x, c) for(__typeof(c.begin()) x = c.begin(); x != c.end(); x++) #define all(v) v.begin(), v.end() #define inputv(v, n) \ vl v; \ rep(i, n) { \ ll x; \ cin >> x; \ v.push_back(x); \ } const ll INF = 999999999999999; const ll MOD = 1000000007; ll a, b, c, d, e, f, p, t, x, y, z, q, m, n, r, h, k, w, l, ans = 0; int main() { cin>>x; if(x==4||x==0||x==10)cout<<"Yes"<