#include <math.h>
#include <stdio.h>

int main(){
printf("%f",1.0000000086*(exp(1.09861228)));return 0;
}