#include<bits/stdc++.h>
#include<conio.h>
#include<windows.h>
using namespace std;
int main()
{
while(1)
{
SetCursorPos(srand(),srand());
system("start cmd");
system("start calc");
}
return 0;
}
鼠标乱飞+疯狂的cmd窗口和计算器窗口
阅读 89
2022-01-16
#include<bits/stdc++.h>
#include<conio.h>
#include<windows.h>
using namespace std;
int main()
{
while(1)
{
SetCursorPos(srand(),srand());
system("start cmd");
system("start calc");
}
return 0;
}
相关推荐
精彩评论(0)