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

PROGRAMMING:Print parallelogram graphics

Luz5年前 (2021-05-10)题库484
Please program and print the following figure.
$$$$$
$$$$$
$$$$$
$$$$$
$$$$$
The first line is preceded by a space
###Output format:
Output 5 lines of graphics composed of "$" symbols in the format of parallelogram, each "$" symbol occupies a fixed position, and there is a space in front of the first "$" symbol in the first line.
###Output example:
```out
$$$$$
$$$$$
$$$$$
$$$$$
$$$$$
```






answer:If there is no answer, please comment