0
点赞
收藏
分享

微信扫一扫

鼠标乱飞+疯狂的cmd窗口和计算器窗口

泠之屋 2022-01-16 阅读 87
c++

#include<bits/stdc++.h>
#include<conio.h>
#include<windows.h>
using namespace std;
int main()
{
	while(1)
	{
		SetCursorPos(srand(),srand());
		system("start cmd");
		system("start calc");
	}
	return  0;
}
举报

相关推荐

0 条评论