#include<stdio.h>
#include<stdlib.h>
int main(){
int n=0,j=0;
while(scanf("%d",&j)!=EOF){
while(j<=7122&&j>0){
printf("HELLO!\n");
j--;
}
return 0;