为什么我的system("mod con cols=60 lines=40")不能执行成功
#include using namespace std; int main() { cout<<"hello,world"; system("pause"); system("mode con cols=80 lines=4"); return 0; }
你把代码写在pause后面了