码迷,mamicode.com
首页 >  
搜索关键字:整人小程序    ( 3个结果
自写的一个整人小程序, 方法简单,代码简短(骗一骗一般人足够了)。
#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
c入门整人小程序
#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
【C语言】整人小程序
代码: #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
3条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!