#include #define be(v) (v).begin(),(v).end() #define pb(q) push_back(q) typedef long long ll; using namespace std; const ll mod=1000000007, INF=(1LL<<60); #define doublecout(a) cout<> n ; if(n % 90 == 0 && n % 180 != 0){ cout << "Yes" << endl; }else { cout << "No" << endl; } return 0; }