别试,你关不了
2025-08-06 08:56:50
发布于:江苏
#include<windows.h>
#include<ctime>
using namespace std;
int main()
{
int x=GetSystemMetrics(SM_CXSCREEN);
int y=GetSystemMetrics(SM_CYSCREEN);
srand(time(0));
while(1){
SetCursorPos(rand()%x,rand()%y);
}
return 0;
}
你关不了的
这里空空如也
有帮助,赞一个