魏老四OJ
Home
ProblemSet
Source/Category
Contest
题单
Status
Ranklist
F.A.Qs
Login
1422: 【入门】数字矩形(1)
Memory Limit:16 MB
Time Limit:1.000 S
:
Creator:
Submit:5
Solved:5
Submit
Statistics
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
Statistics