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

int main()
{
  printf ("%g\n", exp (-709.));
  return 0;
}

