就连helloworld都跑不了#includeusing namespace std;int main(){cout<<"hello word"<<endl;return 0;}报下面这种错
但是跑Python不会报错
gcc卸载重装过也没用