Preparando MOJI

Asterisks

2000ms 262144K

Description:

You are given a number n. Print n lines, i-th line should consist of i characters "*". Lines' indices are 1-based.

Input:

The only line of input contains an integer n (1 ≤ n ≤ 50).

Output:

Output the described pattern.

Sample Input:

3

Sample Output:

*
**
***

Sample Input:

6

Sample Output:

*
**
***
****
*****
******

Informação

Codeforces

Provedor Codeforces

Código CF188D

Tags

*specialimplementation

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:37:08

Relacionados

Nada ainda