小白入门发生生成错误,运行时候就这样显示。有没有解决的办法?
没打分号
没打分号😏
system后面有;
帮你做完
#include<bits/stdc++.h> using namespace std; int main() { cout<<"Hello World!"; system("pause"); return 0; }