#include<bits/stdc++.h>
main() {
	std::cout<<"Hello world";
}