用C语言编写一个可以让电脑死机的程序。(内存耗尽之类的)代码如下:#include <malloc.h>#include <stdlib.h>int main(void){ while(1){ malloc(1000000)}return (2023-03-04电脑教程190