#include <iostream>

int main ()
{
	std::cout<<"hello world!";
	std::cout<<"my name hayatu";
}