打印三角形

打印三角形

Background

打印由*组成的三角形

Description

Format

Input

0<=x<=25

Output

One integer, the sum of x and y.

Sample 1

Input

4

Output

   *
  **
 ***
****

Limitation

1s, 1024KiB for each test case.

Source

Vijos Original

信息

ID
1016
难度
1
分类
(无)
标签
(无)
递交数
4
已通过
3
通过率
75%
上传者