Problem H: 画符号方块

Problem H: 画符号方块

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入 n,输出 n 行 n 列图形

  • 四角输出@
  • 首尾行其余输出=
  • 首尾列其余输出$

  • 内部输出.

  • 3<=n<=80


Input

						

Output


Sample Input Copy

4

Sample Output Copy

@==@
$..$
$..$
@==@