#include <iostream>

int main()
{
	double x;
	std::cout << x/x;
}
