Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

EIDINRATE - Deposit interest rates

An deposits an amount of money N into the bank with an interest rate L (%). Each year, interest is added into the deposit. In How many years An will gain M.

Input

The first line is the number of test cases.
Each test case consists of three integers N L M.
Note: all numbers are in real number limits (type double) and N <M.

The first line is the number of test cases.

Each test set consists of three integers N L M.

Note: all numbers are in real number and N <M.

Output

For each test case, print the result on one line

Example

Input:
2
200.00 6.5 300
500 4 1000.00

Output:
7
18

Added by:Ha Minh Ngoc
Date:2019-10-21
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:CSHARP C++ 4.3.2 CPP CPP14 CPP14-CLANG FSHARP GO JAVA JS-MONKEY NODEJS PHP PYTHON PYPY PYPY3 PYTHON3 RUBY SQLITE SWIFT VB.NET
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.