#include <iostream>
using namespace std;

int main() {
	printf("Hi");

	return 0;
}