Hiring process8 levels
  1. 1 IQ Test
  2. 2 Additional Online Test (If Required)
  3. 3 Office Interview with Hiring Manager
  4. 4 Unpaid Test Task (Motivation Check)
  5. 5 Paid Test Task and Follow-Up Interview
  6. 6 Iterative Paid Test Tasks
  7. 7 Office Verification
  8. 8 Final Interview with the Founder

Problems > Doubling Your Money

Doubling Your Money

Difficulty: 1000 2000 ms 128 MB

math

A deposit earns R% simple interest per year (interest on the principal only). Print the first whole year at which the balance is at least double the principal.

Input: one integer R.

Output: the smallest y with 100 + R·y ≥ 200, i.e. ⌈100/R⌉.

Constraints:

  • 1 ≤ R ≤ 100

Sample Tests

Input 1
7
Output 1
15
Input 2
100
Output 2
1

Read the Editorial Statistics

Discussion (opens after you solve — no spoilers before)

No comments yet.

Submit Your Solution

Log in or create a free account to run and submit code.
Ctrl+Enter submit · Ctrl+Space autocomplete · F11 fullscreen