摘要: 原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=4587TWO NODESTime Limit: 24000/12000 MS (Java/Others)Memory Limit: 65535/32768 K (Java/Others)Total Sub... 阅读全文
posted @ 2015-08-11 23:51 好地方bug 阅读(229) 评论(0) 推荐(0) 编辑
摘要: C++#pragma comment(linker, "/STACK:102400000,102400000")G++ int size = 256 << 20; // 256MB char *p = (char*)malloc(size) + size; __asm__("m... 阅读全文
posted @ 2015-08-11 23:43 好地方bug 阅读(2359) 评论(0) 推荐(0) 编辑