#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;
}
微信扫一扫
#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;
}
相关推荐