#include <iostream>
using namespace std;

int main() {
	// your code goes here
	cout<<"1"<<endl;
	cout<<"Hello"<<" 2\n";
	return 0;
}