有3种简单方法:自己加上程序语句1.加头文件#include 然后在最后加system("pause");2.加头文件#include 最后加一句getch();3.在最后加getchar();
第一步:加一个头文件#include第二步:在最后加system("pause");
在程序末尾加system("pause");或int i;cin>>i;都可以让程序停。
那是你没有写system("pause");的问题啥
getchar();