#2619. C++-循环嵌套-输入一个正整数n(n<=5),输出数字组成的菱形(拓展01)
C++-循环嵌套-输入一个正整数n(n<=5),输出数字组成的菱形(拓展01)
Background
Description
输入5,输出:
Format
Input
Output
Samples
5
1
12
123
1234
12345
Limitation
1s, 1024KiB for each test case.
Statistics
Related
In following contests: