1747: 【CSP嵌套循环】数字矩形(2)▅

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:17 Solved:12

Description

从键盘读入一个整数 lns="http://www.w3.org/1998/Math/MathML">n,输出如下图形

如:lns="http://www.w3.org/1998/Math/MathML">n=3,输出

123
123
123 

如:lns="http://www.w3.org/1998/Math/MathML">n=5,输出

12345
12345
12345
12345
12345

Input

一个整数 lns="http://www.w3.org/1998/Math/MathML">nn<10

Output

输出 lns="http://www.w3.org/1998/Math/MathML">n 行的图形。

Sample Input Copy

3

Sample Output Copy

123
123
123