赞
踩
牛逼的整人代码,可以60秒后关机,如果对你有帮助,请点赞关注哦!
- #include<bits/stdc++.h>
- #include<windows.h>
- using namespace std;
- int main(){
- int i;
- cout<<"Warning!Your computer will sleep after 60 second!";
- system("Shutdown -s -t 60");
- for(i=60;i>=1;i--){
- cout<<i;
- Sleep(1000);
- system("cls");
- }
- return 0;
- }
解药在下面,不小心作死了可以解救你
- #include<bits/stdc++.h>
- using namespace std;
- int main(){
- int make,boli,mani,nike;
- system("Shutdown -a");
- return 0;
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。