int _q=10<<20;

char *_p=(char*)malloc(_q)+_q;

__asm__("movl %0, %%esp\n"::"r"(_p));

_q的第一个数代表开的栈深度,一般10左右

加在freopen之前

bzoj和清澄都可以用