#include <iostream>
using namespace std;

int main() {
	cout<<"picka ti mater";
	return 0;
}