问题4284--welcome1.c

4284: welcome1.c

[命题人 : ]
时间限制 : 1.000 sec  内存限制 : 128 MB

题目描述

Write a C program,  welcome1.c, that will print out
Hello, world.
Welcome to C!
The  program calls the function printf() twice, one for each output line.

样例输出 Copy

Hello, world.
Welcome to C!

来源/分类