#include<bits/stdc++.h>
using namespace std;
int main()
{
 String s="hi";
 cout<<s;
}