#163. 图形输出4
图形输出4
Description
给定一个整数n。打印如下图形图形。
Input Format
一个整数 n。
Output Format
一个菱形。具体看样例。
Sample
input
3
output
1
222
33333
222
1
Hint
时间限制:
空间限制:
给定一个整数n。打印如下图形图形。
一个整数 n。
一个菱形。具体看样例。
input
3
output
1
222
33333
222
1
时间限制:1s
空间限制:256MB
By signing up a code-fans universal account, you can submit code and join discussions in all online judging services provided by us.