Network disconnected
Description
A whole number n is given in standard input.
Use the asterisk(*) to print a triangle with height n.
Limit
- n is a natural number less than or equal to 100.
##### Example
Input
3
Output * ** ***
Result
Stop
Result of [Run Test] or [Submit] will be displayed here