Coding is the closest thing we have to superpower !
请编写程序输出金字塔图形。
多个测试数据。每个测试数据输入一个整数 n(1 \leq n \leq 9)
输出金字塔
1 3
* * *** *****