|
|
back to boardwho can give me test case #5? I got crash and I cannot figure out the reason... Posted by Ludovic 19 Oct 2006 13:25 got AC by writing an explicitly recursive DFS -_-!!! Posted by Ludovic 20 Oct 2006 12:06 Re: who can give me test case #5? I got crash and I cannot figure out the reason... Me too. Does anyone know what's so special about #5? Re: who can give me test case #5? I got crash and I cannot figure out the reason... Edited by author 15.07.2008 10:16 Re: who can give me test case #5? I got crash and I cannot figure out the reason... I had this problem. You have to write #pragma comment(linker, "/STACK:1000000000") in your program, if you use C++ Re: who can give me test case #5? I got crash and I cannot figure out the reason... Posted by Vlad 28 Nov 2012 04:16 Indeed, I had the same problem but after I put this ( #pragma comment(linker, "/STACK:1000000000") ) it works. Anyway, what does this do? Why does my program works if I write this? |
|
|