namespace pituh {
#include <iostream>
}


int main() {
    pituh::std::cout << "Kukareku" << pituh::std::endl;
	return 0;
}