运行c/c➕➕代码都无效,仅仅只闪现一次cmd命令窗口,快捷键执行也没用,本地windows调试器也没用,都只闪现一下窗口!
可以试试重新安装
#include<stdlib.h> int main() { system("pause"); return 0; }