#include<iostream> using namespace std; int main(){ int c; cin>>c; if(c>0){ cout<<"YES"; } else{ cout<<"NO"; } }