# Description

ให้น้องๆprint รูปลูกศรตาม ด้านล่างเลยครับ

# Specification

Input Specification Output Specification
เลขจำนวนเต็ม ( 1 < n ) ลูกศรตามด้านล่าง

# Sample Case

Input : 3
Output :

   *
  ***
 * * * 
   *
   *
1
2
3
4
5

Input : 8
Output :

        *
       ***
      * * * 
     *  *  *  
    *   *   *   
   *    *    *    
  *     *     *     
 *      *      *      
        *
        *
1
2
3
4
5
6
7
8
9
10
🕑: 9/4/2022, 2:32:20 PM