BlueBook
The world's population is increasing at a rate of approximately
Write a program to estimate the population in the future assuming that the present growth rate continues until that time.
Input Specification
The first line will be the rate of increase
Output Specification
The output will simply be the population that we estimated in the final year.
Sample Input
Copy
1.6
1987
5000000000
2087
Sample Output
Copy
24453487116
Comments
Don't forget to round up.