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

PROGRAMMING:1-3. Single call printf to output greeting information

Luz5年前 (2021-05-10)题库571
Write a function, call the printf function once, and display the content on the right side (see the output example).
####Input format:
No input.
####Output format:
Strictly follow the output sample.
####Input example:
No input.
```in
```
####Output example:
```out
Hello!
Hello!
bye.
```







answer:If there is no answer, please comment