|
|
back to board0.911sec,733k Posted by simply 14 Apr 2003 15:58 ok! chinaangle007@yahoo.com Re: 0.42 sec, 673k Posted by buggzy 29 Mar 2004 17:33 hmm, my algorithm need at least 732 kb to keep input in memory. Is your result a robot bug, or there are algorithm which don't need to remember input? 0343 sec ,929k how can u get memory under 929 k i only use 150000 long and 150000char anyway strange things happen when i used a structure haveing 1 long and 1 char i got MLE Edited by author 12.04.2004 15:57 Edited by author 12.04.2004 16:44 Re: 0343 sec ,929k it's "alignment", use #pragma pack(1) directive to turn it off |
|
|