#include int main(void){ int i,j,k; for(i=0;i<200;i++) malloc(1000000); return 0; }