回答:怀疑是中英输入不太对,这个是DevC++的代码,可以运行,代码如下:
#include<iostream> using namespace std; int main() { cout<<"hello"<<endl; system("pause"); }
你的VS Code,我就不知道是哪里没设置还是啥了