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


int main()
{

	double  N;
	while(true)	scanf("%lf", &N);
	return 0;
}