c

来源:互联网 发布:网络大电影项目 编辑:程序博客网 时间:2024/04/25 14:12
int main (int argc, char **argv) { for (;;) malloc (0xff); return 0; }
原创粉丝点击