#include "stdio.h" #include "math.h" #include "stdlib.h" int main() { double x; scanf("%lf", &x); printf("%f\n", exp(x)); return 0; }