#include <iostream>

int main() {
	std::cout << "> пук" << std::endl;
	return 0;
}