#include <iostream>
using namespace std;
int main()
{
return 0;
}
cout<<"Hello!";
cout<<"Hello!"<<endl;