You are given five positive integers: $$$x,y,z,k,d$$$. In each turn, you can choose one of the following two operations:
Your task is to calculate the minimum number of turns required to make $$$x \times y\ge z$$$.
The only line contains five positive integers $$$x,y,z,k,d~(1\le x,y,z,d\le 10^{12},~2\le k\le 10^{12})$$$.
For each set of input data, output a single number — the minimum number of turns required to make $$$x \times y\ge z$$$.
1 2 40 2 2
2