#include <iostream>

int main() {
	int intNum = 0;
	
	std::cout << "hello world!";

	return 0;
}