delete pics to save space
This commit is contained in:
12
history_source/信息学奥赛一本通/1.4.1.12.cpp
Normal file
12
history_source/信息学奥赛一本通/1.4.1.12.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
#include<cstdio>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
double x;
|
||||
int n;
|
||||
scanf("%lf%d",&x,&n);
|
||||
for(int i=0;i<n;i++) x*=1.001;
|
||||
printf("%.4lf\n",x);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user