![]() |
#2
apull2020-12-04 19:08
|
#include<stdio.h>
int main()
{
printf("Hello,world! I'm coming!\n"); /*输出要显示的字符串*/
return 0; /*程序返回0*/
}
printf没有变函数