小编Zah*_*hid的帖子

如何修复提到“stray '\342'”和“stray '\200'”的编译错误?

我写了这个程序:

#include<stdio.h>
int main()
{
printf(“Hello World\n”);
return 0;
}
Run Code Online (Sandbox Code Playgroud)

我将其另存为first.c并尝试编译但收到此问题我什至还安装了 gcc 编译器。

#include<stdio.h>
int main()
{
printf(“Hello World\n”);
return 0;
}
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个问题?

compiling c

9
推荐指数
1
解决办法
14万
查看次数

标签 统计

c ×1

compiling ×1