魏老四OJ
Home
ProblemSet
Source/Category
Contest
题单
Status
Ranklist
F.A.Qs
Login
1363: 【入门】数字矩形(2)
Memory Limit:16 MB
Time Limit:1.000 S
:
Creator:
Submit:7
Solved:5
Submit
Statistics
Description
从键盘读入一个整数n,输出如下图形
如:n=3,输出
123
123
123
如:
n = 5,输出
12345
12345
12345
12345
12345
Input
一个整数n(n<=10)
Output
输出n行的图形
Sample Input
3
Sample Output
123 123 123
Source/Category
嵌套循环
Submit
Statistics