#include <iostream>

int main()
{
	std::cout << '\113' << std::endl;
	return 0;
}