#3097. C++-循环嵌套-输入一个正整数n(n<=5),输出数字组成的菱形(拓展06)

C++-循环嵌套-输入一个正整数n(n<=5),输出数字组成的菱形(拓展06)

Background

Description

输入5,输出:image

C++-循环嵌套-输入一个正整数n(n<=5),输出数字组成的菱形

image

Format

Input

Output

Samples

5
123456789
 1234567
  12345
   123
    1
   123
  12345
 1234567
123456789

Limitation

1s, 1024KiB for each test case.