#include <iostream> using namespace std; int main(){float A;int B; while(cin>>A){ B=A/(abs(A)-0.1); cout<<B<<endl; } }