#include<iostream> using namespace std; int main () { int x,y; cin>>x; int a=(x>9&&x<100); cout<<a; }