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