Test
Given an input NNN (1 ≤ NNN ≤ 3), print "hi" NNN times.
Input Format
First line contains NNN
Output Format
NNN lines that say "hi"
Sample Input
2
Sample Output
hi
hi
Given an input NNN (1 ≤ NNN ≤ 3), print "hi" NNN times.
First line contains NNN
NNN lines that say "hi"