|  | 
|  | 
| вернуться в форум | who can give me test case #5? I got crash and I cannot figure out the reason...got AC by writing an explicitly recursive DFS -_-!!!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... Послано Vlad  28 ноя 2012 04:16Indeed, 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?
 | 
 | 
|