首页 > 代码库 > 【C语言】你值得拥有的整人程序!
【C语言】你值得拥有的整人程序!
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语言】你值得拥有的整人程序!
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。