#include<bits/stdc++.h> using namespace std; int n1,n2,n3; int main(){ cin>>n1; if(n1>0){ cout<<"YES"; }else{ cout<<"NO"; } return 0; }