rightangtri

This problems requires you to print right angled triangles.

Input

The input is a single integer, n which 0 < n < 501. n represents the height and the width of the right angled triangles.

Output

Print a right angled triangle with height n and width n

Sample Input

3

Sample Output

*
**
***


Submitting .cpp to 'rightangtri'


You're not logged in! Click here to login

Time Limit: 1 Seconds
Memory Limit: 256MB
Your best score: 0
Source: Classic Problem

Subtask Score
1 100
2 0