#include<iostream> using namespace std; int main(){ int n; while(n>100||n<0){ cin>>n; cout<<n<<endl; } return 0; }