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

PROGRAMMING:Output graphics

Luz5年前 (2021-05-10)题库443
Write a program to output graphics. The first line outputs 12 $, the second line outputs 3 spaces first, and then outputs Hello!, The third line outputs 12$
###Input example:
```in
No input
```
###Output example:
```out
$$$$$$$$$$$$
hello!
$$$$$$$$$$$$
```







answer:If there is no answer, please comment