#include <iostream>


int main(int ac, char**av)
{
	std::cout << "TEST" << std::endl;
}