第一个c程序
程序员文章站
2022-11-08 21:59:34
输出hello world
#include
int main()
{
printf("hello word");
return 0;
}...
输出hello world
#include
int main()
{
printf("hello word");
return 0;
}