2136: 数字图形正方形二

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:37 Solved:33

Description

输入一个整数n

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

Input

输入一个整数n

Output

输出一个正方形的图形

Sample Input Copy

5

Sample Output Copy

12345
12345
12345
12345
12345

Source/Category