#include<iostrem> Using namespace std; int main() { int a=80; cin>>a; if (int<100 && int>1) { cout<<"yes"<<endl; } return 0; }