G is a good letter. Here is a image of the letter G, made up of smaller G's:
GGGGG
G....
G..GG
G...G
GGGGG
Since G is such a good letter, we should make it very big. For example, we can increase it to three times the size:
GGGGGGGGGGGGGGG
GGGGGGGGGGGGGGG
GGGGGGGGGGGGGGG
GGG............
GGG............
GGG............
GGG......GGGGGG
GGG......GGGGGG
GGG......GGGGGG
GGG.........GGG
GGG.........GGG
GGG.........GGG
GGGGGGGGGGGGGGG
GGGGGGGGGGGGGGG
GGGGGGGGGGGGGGG
Even though G is such a good letter, we cannot spend time manually increasing the size of G. Write a program to magnify the given image of G automatically.
Input Specification
On one line, the positive integer , how much to magnify the image G. In the example given, .
Output Specification
The output should be lines of characters each: the magnified image of G.
Comments