#include <iostream>

int main()
{
	std::cout << "hello world!\n"s;

	return 0;
}