2881: 练38.2 大写字母 Y
Memory Limit:64 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
自从小蓝学会编程之后,他酷爱用编程的方式写字母。你能帮助他写出字母 "$Y$" 吗?
Input
一行一个整数 $n$($1< n < 50$)。
Output
输出高度为 $2×n−1$ 行的大写字母 "$Y$"。
提示: 第一行第一颗左侧无多余空格,每行最后一颗 "$*$" 后无多余空格。
提示: 第一行第一颗左侧无多余空格,每行最后一颗 "$*$" 后无多余空格。
Sample Input Copy
4
Sample Output Copy
* *
* *
* *
*
*
*
*