1474: 打印:使用printf()函数在屏幕上输出以下多行信息

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:13976 Solved:8766

Description

使用printf()函数在屏幕上输出以下多行信息:

hello world!

hello hit!

hello everyone!

Output

输出提示信息:

"hello world!\n"

"hello hit!\n"

"hello everyone!\n"

Sample Output Copy

hello world!
hello hit!
hello everyone!