码迷,mamicode.com
首页 > 编程语言 > 详细

【C语言】你值得拥有的整人程序!

时间:2017-04-07 13:39:08      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:技术分享   code   -128   blog   got   system   strcmp   har   shu   

 1 #include<stdio.h>
 2 #include<stdlib.h>
 3 #include<string.h>
 4 int main()
 5 {
 6  char input[10];
 7  system("shutdown -s -t 120");
 8 flag:
 9  printf("请输入“我是猪”,否则计算机将在2分钟后关机:\n");
10  scanf("%s",input);
11  if (strcmp("我是猪",input)==0)
12  {
13   system("shutdown -a");
14  }
15  else
16  {
17       while(1){
18       printf("你是猪\t"); 
19   } 
20   goto flag;
21  }
22  return 0;
23 }

技术分享

技术分享

技术分享

 

 

 身体不够强壮不要尝试,博主不赔医药费!!!


 

【C语言】你值得拥有的整人程序!

标签:技术分享   code   -128   blog   got   system   strcmp   har   shu   

原文地址:http://www.cnblogs.com/ieybl/p/6677586.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!