#6821. 【入门】数字三角
【入门】数字三角
Description
输入一个整数n,打印n行的数字三角!
Input Format
一个整数n(n<10)
Output Format
n行的数字三角
3
123
12
1
Source
嵌套循环
输入一个整数n,打印n行的数字三角!
一个整数n(n<10)
n行的数字三角
3
123
12
1
嵌套循环
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.