魏老四OJ
Home
ProblemSet
Source/Category
Contest
题单
Status
Ranklist
F.A.Qs
Login
1446: 【入门】人口增长问题
Memory Limit:32 MB
Time Limit:1.000 S
:
Creator:
Submit:7
Solved:6
Submit
Statistics
Description
我国现有x亿人口,按照每年0.1%的增长速度,n年后将有多少人?
Input
一行,包含两个整数x和n,分别是人口基数和年数,以单个空格分隔。
Output
输出最后的人口数,以亿为单位,保留到小数点后四位。1 <= x <= 100, 1 <= n <= 100。
Sample Input
13 10
Sample Output
13.1306
Source/Category
简单循环
Submit
Statistics