摘要:
扩栈: const int main_stack=16; char my_stack[128<<20]; int main(){ #ifdef ONLINE_JUDGE __asm__("movl %%esp, (%%eax);\n"::"a"(my_stack):"memory"); __asm_ 阅读全文
posted @ 2019-06-04 15:17
ztc…
阅读(287)
评论(0)
推荐(0)
Please contact lydsy2012@163.com!