-->
当前位置:首页 > 题库

PROGRAMMING:Print parallelogram

Luz5年前 (2021-05-10)题库516
The following example outputs a parallelogram of n * n
###Input format:
Input n (0 < n < 21)
###Output format:
Output a parallelogram with n "*" signs
###Input example:
Here is a set of inputs. For example:
```in
five
```
###Output example:
The corresponding output is given here. For example:
```out





```







answer:If there is no answer, please comment