Hình thoi

View as PDF

Points: 200 (p) Time limit: 1.0s Memory limit: 640M Input: stdin Output: stdout

Dữ liệu vào

  • Số nguyên dương \(n(n\leq 100)\).

Dữ liệu ra

  • Hình thoi bậc \(n\) được tạo bởi ký tự '*'.

Example

Test 1

Input
1
Output
  *

Test 2

Input
4
Output
   *
  ***
 *****
*******
 *****
  ***
   *

Comments

There are no comments at the moment.