程序尾部return上方加cin.get();有时候需要加两句。根据IDE的不同~
加上一头文件#include <conio.h>最后在return 0;前加上getch();
两种方法:1、在return 0;前加上system("pause");2、加上头文件<cstdlib>,在return 0;前加上cin.get();