In order to pass the entrance examination tomorrow, Fito has to study for $T$ more hours. Let's assume for a moment that he can travel to a Planet $B$ where time passes $X$ times faster as it does in our world (Planet $A$). That means, while ($X \times t$) hours pass in Planet $B$, $t$ hours pass in Planet $A$.
How many hours will pass in Planet $A$ while Fito studies for $T$ hours in Planet $B$?
Output
Print one line with the number of hours that will pass in Planet $A$. The output will be considered correct if its absolute error is less than $10^{-3}$. If there is no answer, print the string "There is no PLANet B".