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

PROGRAMMING:1-2. Practical printf function output "heaven, earth and man" according to the format

Luz5年前 (2021-05-10)题库420
Write a program, call the printf function once, and display the content on the right side (see the output sample).
(Note: printf is called only once)
####Input format:
nothing
####Output format:
Please strictly refer to the output sample. Note that there are no extra invisible characters (spaces / tab, etc.) at the end of the line
####Input example:
No input
```in
```
####Output example:
```out
day
land
people
```







answer:If there is no answer, please comment