#339. 数字图形正方形二

数字图形正方形二

Description

输入n,然后输出一个正方形的图形。

Format

Input

输入整数n

Output

输出一个正方形的图形

Samples

3
123
123
123
5
12345
12345
12345
12345
12345

Limitation

1s, 1024KiB for each test case.