#include <iostream>
using namespace std;

int main() {
	// your code goes here
	cout<<"Hello"<<endl<<"htllo"<<endl;
	cout<<"Hello"<<endl;
	cout<<"hello"<<endl;

	return 0;
}