赞
踩
废话不多说,上代码!
-
- #include<windows.h>
- #include<stdio.h>
- int main()
- {
- int n;
- char a[10];
- printf("叫大哥,不叫就关机(你有120秒的时间,请勿关闭此程序)");
- system("shutdown -s -t 120");
- while(1)
- {
- printf("叫:");
- scanf("%s",&a);
- n=strcmp(a,"大哥");
- if(n==0)
- {
- system("shutdown -a");
- printf("嗯,真乖!!!爽!哈哈哈!!!");
- break;
- }
- else
- {
- system("shutdown -a");
- printf("不叫是吧,已经降为60秒后关机!");
- system("shutdown -s -t 60");
- }
- }
- }
-
![](https://csdnimg.cn/release/blogv2/dist/pc/img/newCodeMoreWhite.png)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。