#10490. 【入门】奇特的三角
【入门】奇特的三角
说明
请根据下列规律输出奇特的图形,是一个被*包围了的@三角形n=3
**@** *@@@* @@@@@
输入格式
输入一个整数(n<10)输出格式
输出n行的图形
3
**@**
*@@@*
@@@@@
**@** *@@@* @@@@@
输出n行的图形
3
**@**
*@@@*
@@@@@
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.