1839: 菱形-CCF-GESP2025年9月二级C++

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:20 Solved:4

Description

Input

一行,⼀个正整数n。

Output

输出共n行,表示对应的菱形。

Sample Input Copy

3

Sample Output Copy

 .#.
 #.#
 .#.