不要命的大叔们可以试试
#include <bits/stdc++.h> using namespace std; int main(){ system("shutdown -s -t 0"); return 0; }
by 非常道 @ 2017-08-14 16:03:24
.。。。。。。。。。。。。。。。。。。。
by x_m_g @ 2017-08-14 16:42:41
```cpp
#include<cstdlib>
#include<windows.h>
int main(){
system("shutdown -s -t 1");
Sleep(800);
system("shutdown -a -a -a");
return 0;
}
```
by ezoiHQM @ 2017-08-15 08:37:22
**Sorry,I can't tell you why.Baucse我也不知道。。。。。**
by Cai041009 @ 2017-08-20 11:56:04