109. H.
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output

Drawn an H. You will be given a number the represents the length of the legs and middle portion of the H.

Input

One number representing the dimensions of the H.

Output

Print the H.

Example
Input
3
Output
H   H
H   H
H   H
HHHHH
H   H
H   H
H   H