#include<iostream> using namespace std; int main(){ int n; cin>>n; if(n/100&&100/n;) else if(n<=10&&n>=100) cout<<n; return 0; }