Type: Default 1000ms 256MiB

F.人口增长

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

背景

ZSC001第六题。

题目描述

张锦程知道美国现有xx亿人口。他想到了一个问题:按照每年0.10.1%的增长速度,nn年后美国将有多少人?请你帮他解决这个问题吧

格式

输入

一行,包含两个整数xxnn,分别是人口基数和年数,以单个空格分隔。

输出

最后的人口数(单位:亿人)(保留到小数点后四位)。

样例

3 10
3.0301

数据

1x1001\leq x\leq 1001n1001\leq n\leq 100