好好好东西
  • 板块灌水区
  • 楼主ycl220038
  • 当前回复10
  • 已保存回复10
  • 发布时间2024/12/15 20:34
  • 上次更新2024/12/15 20:44:01
查看原帖
好好好东西
1235584
ycl220038楼主2024/12/15 20:34

好东西

#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;
}
2024/12/15 20:34
加载中...