#include<bits/stdc++.h>
using namespace std;
int main(){
	int a;
	cin>>a;
	if(a<100&&a>1){
		cout<<"yes";
	}

	return 0;
}
/**************************************************************
	Problem: 1641
	User: zhenghaoxuan
	Language: C
	Result: Compile Error
****************************************************************/