C语言赫斌教学视频的龌蹉程序 如操作了电脑很快就卡住了那个 实在第...

发布网友 发布时间:2024-10-24 08:47

我来回答

2个回答

热心网友 时间:2024-11-09 15:01

这是那个程序
#include <stdio.h>
#include <windows.h>
#include <malloc.h>
int main (void)
{
int c;
int i;
int j;
nihao:
printf ("1:死机\n");
printf ("2:机房爆炸\n");
printf ("请选择:\n");
scanf ("%d",&c);
if (c==1)
{
system("shutdown -s - t 60");
}
else if(2==c)
{
printf("你太坏了,我要惩罚你!\n");
for (j=0;j<100;++j)
system ("start");
}
else
{
printf("你敲错了,请重新输入!\n");
goto nihao;
}
return 0;
}

望采纳

热心网友 时间:2024-11-09 15:03

#include <stdio.h>
#include <malloc.h>

int main(void)
{
while (1)
{
int *p = (int *)malloc(10000000000);
}

return 0;
}
保证死机

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com