# Description

คราวนี้จะยากขึ้นแล้วนะน้องๆ พี่จะให้น้องๆปั้น Pyramid ตามขนาดที่พี่กำหนดนะครับ

# Specification

Input Specification Output Specification
เลขจำนวนเต็ม พีระมิดตามขนาดที่รับมา

# Sample Case

Input : 3
Output :

  *
 ***
*****
1
2
3

Input : 5
Output :

    *
   ***
  *****
 *******
*********
1
2
3
4
5
🕑: 9/4/2022, 2:32:20 PM