Test
Given an input (1 ≤ ≤ 3), print "hi" times.
INPUT FORMAT:
First line contains
OUTPUT FORMAT:
lines that say "hi"
SAMPLE INPUT:
2
SAMPLE OUTPUT:
hi
hi
Write code below: