Title |
User |
Message |
Date Posted |
Re: RE on last test |
jargon |
You're getting SIGABRTs, which probably indicates you're exceeding the memory limit on an STL allocation. I checked your submission and confirmed this is the case. This information is listed in the R... |
Apr 29, 2016 - 12:58:34 pm UTC |
RE on last test |
Nurlykhan |
Are tests from hsin.hr? I tested my program on last test and it passes on my computer, but here it gets RE. Could you help me? |
Apr 29, 2016 - 12:51:00 pm UTC |
Re: Re: Hint ? |
fail |
I still don't get it, is my recurrence wrong ? If this is a dp, then a greedy choice doesn't help, right ? |
Dec 17, 2011 - 11:01:43 am UTC |
Re: Re: Hint ? |
Daniel |
You are currently using recursion, which is too slow. Find another way that only processes each location on the grid once. |
Dec 14, 2011 - 9:18:09 pm UTC |
Re: Re: Hint ? |
fail |
Okay I am a noob. Please could anyone tell me what am I doing wrong ? |
Dec 14, 2011 - 4:23:02 pm UTC |
Re: Hint ? |
bbi5291 |
If you mean you think it requires knowledge of some pro data structure that most noobs wouldn't understand (like a Fibonacci heap), then no, it doesn't. |
Dec 13, 2011 - 8:03:53 pm UTC |
Hint ? |
fail |
This problem seems to require specialized datastructures( or at least a trick, or is a very hard D.P ) as I just found out that when N |
Dec 13, 2011 - 4:27:36 pm UTC |
Re: Re: ...memory limit really silly! |
jsn1993 |
....thanks and i got ac by decrease array counts.. |
Jul 24, 2010 - 12:24:08 am UTC |
Re: ...memory limit really silly! |
SourSpinach |
Okay, it's been increased to 35M. |
Jul 23, 2010 - 4:21:35 pm UTC |
...memory limit really silly! |
jsn1993 |
in COCI 08-09's PDF it's 35M!!!! |
Jul 22, 2010 - 12:52:30 am UTC |