#C20205. 数字等腰三角形
数字等腰三角形
Background背景
请用循环嵌套输出一个数字等腰三角形。
Input输入
输入一个正整数,表示三角形的行数n(1≤n≤5)。
Output输出
输出一个数字等腰三角形。
Samples样例
3
1
123
12345
4
1
123
12345
1234567
Limitation限制
1s, 1024KiB for each test case.
请用循环嵌套输出一个数字等腰三角形。
输入一个正整数,表示三角形的行数n(1≤n≤5)。
输出一个数字等腰三角形。
3
1
123
12345
4
1
123
12345
1234567
1s, 1024KiB for each test case.
By signing up a 霖家编程 universal account, you can submit code and join discussions in all online judging services provided by us.