Write a program that reads a natural number n,
and prints 2n − 1 bars of asterisks,
following the pattern that can be deduced from the examples.
Input
Input consists of a natural number n > 0.
Output
Print 2n − 1 lines,
following the pattern that can be deduced from the examples.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML and PNG versions of the statement
are also given to help you, but they may contain some content
that is not well displayed. In case of doubt, always use the PDF.