5431: 【38课】【3231】大写字母Y

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:70 Solved:44

Description

自从小蓝学会编程之后,他酷爱用编程的方式写字母。你能帮助他写出字母 "Y" 吗?

Input

一行一个整数 n(1<n<50)。

Output

输出高度为 2×n−1行的大写字母 "Y"。

提示: 第一行第一颗左侧无多余空格,每行最后一颗 "" 后无多余空格。

Sample Input Copy

4

Sample Output Copy

*     *
 *   *
  * *
   *
   *
   *
   *