#2224. 大写字母Y
大写字母Y
<h2>说明</h2> 自从小蓝学会编程之后,他酷爱用编程的方式写字母。你能帮助他写出字母 "" 吗? <h2>输入格式</h2> 一行一个整数 (1&lt; n &lt; 50)。
<h2>输出格式</h2> 输出高度为 行的大写字母 ""。<br>提示: 第一行第一颗左侧无多余空格,每行最后一颗 "" 后无多余空格。
<pre><code class="language-input1">4</code></pre><pre><code class="language-output1">* *
*</code></pre> <h2>Source</h2> http://bas.ssoier.cn:8086/problem_show.php?pid=3231 循环结构