#include<bits/stdc++.h>
using namespace std;
int main(){
int a;
scanf("%d",&a);
if(1<a<100) {
cout<<"yes";
}
}
/**************************************************************
Problem: 1641
User: toughuatao1
Language: C++
Result: Wrong Answer
****************************************************************/