0
0
0
0
0
杜景月
新手守护
新手守护
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main()
{
while(1)
{
MessageBox(GetForegroundWindow(),"你点确定试试,关不掉吧","你的电脑中病毒了,哈哈哈哈哈哈哈",1);
int x=GetSystemMetrics(SM_CXSCREEN);
int y=GetSystemMetrics(SM_CXSCREEN);
}
return 0;
}
看看我这个
0