#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<windows.h>
int main()
{
char write[100];
system("title c语言研究中心 www.dotcpp.com ");
system(" shutdown -s -t 60");
th:
printf("我是来自银河系的天使,快叫镇哥! 不然就关机\n ");
scanf("%s",write );
if(strcmp(write,"镇哥" )==0)
{
printf("哈哈镇哥保佑你"\n);
system(" shutdown -a");
system("pause ");
}
else
{
printf("不叫啊?等着被镇哥制裁吧\n ");
printf(" 看好镇哥如何制裁你");
goto th;
}
return 0;
}
0.0分
1 人评分