#描述#
输入N值,编程输出如下图形。
#格式#
##输入格式##
一个整数N(1 <=N <= 7)
##输出格式##
排列成菱形的大写字符,首字符为Z,以后依次为Y,X...
#样例1#
##样例输入1##
3
1
##样例输出1##
Z
Y X
W V
U T
S
Z
#限制#
1000ms
32768KB
#提示#
#来源#
By signing up a OPS universal account, you can submit code and join discussions in all online judging services provided by us.