湖南阿赖


私信TA

用户名:54zyx

访问量:875

签 名:

为了温饱,走上刷题路

等  级
排  名 17767
经  验 706
参赛次数 0
文章发表 7
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章

#include#include#includeint main()
{
	char input[20]={0};
	 system("shutdown/s");
	 again:
	 	printf("你的电脑将在1分钟后关机,如果输入:我是傻子,则取消关机\n请输入:");
		 scanf("%s",input);
		 if(strcmp(input,"我是傻子")==0)
		 {
		 	system("shutdown -a");
		  } 
		  else{
		  	goto again;
		  }
		  return 0;
}

这个代码极其有趣,可以让你生不如死!

 

0.0分

1 人评分

  评论区