Problem C: GESP C++二级24年3月真题:小杨的日字矩阵

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:9 Solved:2

Description


Input

一个整数 N( 5<N<50 ,保证N 为奇数) 。


Output

输出对应的“ 日字矩阵”。

Sample Input Copy

5

Sample Output Copy

|---|
|***|
|---|
|***|
|---|