#include<iostream> #include<stdio.h> using namespace std; int main(){ double a; cin>>a; if(a>1 and a<100){ cout<<"yes"; } return 0; }