#include<bits/stdc++.h> using namespace std; int main() { int xx; cin>>xx; if(xx==6||xx==28||xx==496||xx==8128||xx==33550336) { cout<<"YES"; } else { cout<<"NO"; } return 0; }
Using your lizikid universal account