Problem2339--【入门】数字矩形(2)

2339: 【入门】数字矩形(2)

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

Description

从键盘读入一个整数n,输出如下图形

如:n=3,输出

123

123

123

 

如:n = 5,输出

12345

12345

12345

12345

12345

Input

一个整数n(n<=10)

Output

输出n行的图形

Sample Input Copy

3

Sample Output Copy

123
123
123

Source/Category

Please give us a Star @HUSTOJ Github!

欢迎关注微信公众号onlinejudge