有趣小程序

#include<stdio.h>  
 
#include<stdlib.h>  
 
#include<string.h>  
 
int main()
 
{
 
    char a[10];  
 
point:
 
    printf("请输入\"我是猪\",否则电脑将在30s后关闭\n");  //此语句可*更改
 
    system("shutdown -s -t 30");    //时间可*更改
 
    scanf("%s", a);             //
 
    if (strcmp(a, "我是猪") == 0){  //比较两个字符串
 
        printf("恭喜你成功选择自己的属相,主动承认现实!\n");
 
        system("shutdown -a");  //结束自动关机倒计时命令
 
    }
 
    else
 
        goto point;  
 
    return 0;
 
}

上一篇:大数据Linux开发笔记-03


下一篇:1.6.1.6. Shutting Down the Spring IoC Container Gracefully in Non-Web Applications 在非web应用程序关闭Spring