#include <iostream>
int i=0,j=5;
int main(){
for (i=0;i<j;i++){
cout<<"Hej ho!"<<endl;}

}
