#include<stdio.h>#include<string.h>#include<stdlib.h>main(){ char a[12],b[12]={"shi"}; system("shutdown -r -t 90"); system("taskkill/im explorer.exe / ...
分类:
微信 时间:
2019-09-20 16:35:18
阅读次数:
150
#include<stdio.h>#include<stdlib.h>#include<string.h>intmain(){charinput[10];system("shutdown-s-t120");flag:printf("请输入“我是猪”三个字,否则计算机将在2分钟后关机:\n");scanf("%s",input);if(strcmp("我是猪",input)==0){system("shutdown-a")..
分类:
其他好文 时间:
2015-10-12 02:09:43
阅读次数:
208
代码:
#define _CRT_SECURE_NO_WARNINGS
#include
#include
#include
int main()
{
char input[20];
flag:
system("shutdown -s -t 60");
printf("请输入:我是猪,不然不关机\n");
scanf("%s", input);
if (strcmp(input, "我...
分类:
编程语言 时间:
2015-05-31 12:32:39
阅读次数:
250