Problem A: 【程序设计基础】实验1-1 输出语句练习

Problem A: 【程序设计基础】实验1-1 输出语句练习

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 6085  Solved: 2160
[Submit] [Status] [Web Board] [Creator:]

Description

请编写一个程序,在屏幕上输出一行字符“欢迎进入C世界!”。

Input

 无



Output

 输出一行字符“欢迎进入C世界!”。



Sample Input Copy

Sample Output Copy

欢迎进入C世界!

HINT

  • 使用printf函数来输出字符。