c++ system("pause");

2025-03-02 04:18:55
推荐回答(2个)
回答1:

加上头文件#include

回答2:

#include
using namespace std;
......
system("PAUSE");
......