资深天翼
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
int print()
{
printf(" C语言关机程序 \n");
printf("║※1.实现10分钟内的定时关闭计算机 ║\n");
printf("║※2.立即关闭计算机 ║\n");
printf("║※3.注销计算机 ║\n");
printf("║※0.退出系统 ║\n");
return 0;
}
int main()
{
system("title C语言关机程序");
system("mode con cols=48 lines=25");
system("color 0B");
system("date /T");
system("TIME /T");
char cmd[20]="shutdown -s -t ";
char t[5]="0";
print();
int c;
scanf("%d",&c);
getchar();
switch(c)
{
case 1:printf("您想在多少秒后自动关闭计算机?(0~600)\n");scanf("%s",t);
system(strcat(cmd,t));break;
case 2:system("shutdown -p");break;
case 3:system("shutdown -l");break;
case 0:break;
default:printf("Error!\n");
}
system("pause");
exit(0);
}
大家千万别试,关机不怪我,再次提醒,不要举报!跟你们提醒过了!
千万别试!
不举报的可能会采纳哦……
看看就行了。或给你仇人运行,呵呵呵
沈峻宇在2020-03-23 15:22:19追加了内容
by the way
你们被酷町侠或酷町猫罚过多少次呢?欢迎回答