Problem1422--【入门】数字矩形(1)1422: 【入门】数字矩形(1)
Time Limit: 1.000 Sec Memory Limit: 16 MB
Submit: 18 Solved: 19
[Submit] [Status] [Web Board] [Creator:][下载测试数据] Description
从键盘读入一个整数n,输出如下图形
如:n=3,输出
111
222
333
如:n = 5,输出
11111
22222
33333
44444
55555
Input
一个整数n(n<10)
Output
输出n行的图形
Sample Input
3
Sample Output
111
222
333
Source/Category
[Submit] [Status]