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

PROGRAMMING:A @ character rectangle

Luz5年前 (2021-05-10)题库491
According to the n value read in, the character rectangle with @ as the filling character, 20 in width and N in height is output.
###Input format:
The input data has only one positive integer n (1 ≤ n ≤ 50). Output a character rectangle with @ as filling character, 20 in width and N in height.
###Output format:
Please describe the output format here.
###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