赞
踩
一、输入头文件
#include <bits/stdc++.h>
#include<stdio.h>
#include<windows.h>
#include<conio.h>
#include<stdlib.h>
#include<time.h>
using namespace std;
int main()
{
}
二、输入整蛊代码
#include <bits/stdc++.h>
#include<stdio.h>
#include<windows.h>
#include<conio.h>
#include<stdlib.h>
#include<time.h>
using namespace std;
int main()
{
int sr;
RemoveMenu(hmenu, SC_CLOSE, MF_BYCOMMAND);//禁用关闭按钮
cout<<"运行失败,系统发生致命错误"<<endl;
cout<<"是否启动应急修复"<<endl;
cout<<" 是(1) 否(2) "<<endl;
cin>>sr;
if(sr==1)
{
cout<<"修复中......"
cout<<endl<<"修复时请勿打扰"<<endl;
for(int i=0;i<10;i++)
{
cout<<"█";
n=rand()%600;
Sleep(n);
}
cout<<"修复失败,系统 5秒后崩溃";
system("shutdown -s -t 5");
}
if(sr==2)
{
cout<<"致命错误即将导致系统 5秒后崩溃";
system("shutdown -s -t 5");
}
return 0;
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。