#include<iostream>
using namespace std;
int main(){
cout<<"生痛哀调电脑五秒后重启 ";
system("shutdown -r -f -t 5");
return 0;
}
#include<iostream>
using namespace std;
int main(){
cout<<"生痛哀调电脑五秒后重启 ";
system("shutdown -r -f -t 5");
return 0;
}