2011-04-13 76 views

回答

2
#include <stdlib.h> 
#include <string.h> 

int main() 
{ 
    const size_t t=1<<24; 
    while(1) 
     memset(malloc(t), 0xDE, t); 
} 

很快就殺死它很甜蜜!