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

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