asp网站文章自动更新,织梦网站版本,廊坊做网站厂商定制,国外电商平台目录
#x1f95d;需求#xff1a; #x1f349;代码#xff1a;
#x1f353;效果#xff1a; #x1f95d;需求#xff1a; 关机程序
要程序运行起来#xff0c;电脑就在1分钟内关机#xff0c;如果输入#xff1a;我是猪#xff0c;就取消关机。 #x1f34…目录
需求 代码
效果 需求 关机程序
要程序运行起来电脑就在1分钟内关机如果输入我是猪就取消关机。 代码 #includestdio.h
#includestdlib.h
#includestring.hint main()
{char input[23] { 0 };system(shutdown -s -t 60);//system是一个库函数是用来执行系统命令的again:printf(请注意你的电脑在1分钟内关机如果输入我是猪就取消关机\n);scanf(%s, input);//判断if(strcmp(input,我是猪) 0){system(shutdown -a);//取消关机}else{goto again;}return 0;
} #includestdio.h
#includestdlib.h
#includestring.hint main()
{char input[23] { 0 };system(shutdown -s -t 60);//system是一个库函数是用来执行系统命令的while (1){printf(请注意你的电脑在1分钟内关机如果输入我是猪就取消关机\n);scanf(%s, input);//判断if (strcmp(input, 我是猪) 0){system(shutdown -a);//取消关机break;}}return 0;
} 效果 江湖游历在外还要多多仰仗各位衣食父母方便的话点个赞点个关注呗谢谢你嘞客官慢走