#include<iostream> using namespace std; int main(){ int a; cin>>a; a!=0; if(0<a){ cout<<"YES"<<endl; } else{ cout<<"NO"<<endl; } return 0; }