qq_莫笑祁_0
2017-09-29 16:23
#include<stdio.h>
int main()
{
printf("Hello World");
return 0;
}
把int去了看哈喃
#include<stdio.h>
int main()
{
/*在双引号中间输入Hello World*/
printf("Hello World");
return 0;
}
代码没有错,可能是你的浏览器有点问题C语言入门
928124 学习 · 21543 问题
相似问题