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

int main(void) {
	printf( "%le\n", exp( -100.0 ) );
	return 0;
}
