Title |
User |
Message |
Date Posted |
Re: Runtime error |
jargon |
To avoid silly stuff like puts $_ while gets |
Feb 10, 2015 - 4:51:40 pm UTC |
Re: Runtime error |
Tyrone |
Ok thanks, I fixed it now. Also, what is the reason for clipping the output in the first place? |
Feb 10, 2015 - 2:40:09 am UTC |
Re: Runtime error |
jargon |
In general, don't expect for us to tell you. You should be figuring this out yourself! But... I'm feeling nice today. Traceback (most recent call last): File "a.out", line 36, in print max(cn... |
Feb 09, 2015 - 10:37:49 pm UTC |
Runtime error |
Tyrone |
I keep on getting RE (status =1) for test case 3. Is there anyway I can see what the error is? It gives me the text clipped so, I can't see what the issue is. My program works for everything else. |
Feb 09, 2015 - 12:58:59 am UTC |
Re: Worthless case??? |
FatalEagle |
Test 0 is identical to sample input. |
Nov 13, 2014 - 10:24:12 pm UTC |
Worthless case??? |
ImaxBlue |
Test case 0 says that I got AC on the case, but says 0/0 |
Nov 13, 2014 - 9:57:26 pm UTC |
Hint 2 |
hansonw1 |
The approach to generate these combinations is quite similar to COCI08 #2 - Perket. |
Dec 06, 2008 - 3:29:02 am UTC |
Hint |
hansonw1 |
There are only 2N combinations of cliques - you can try all of them. (this will give you partial points) You can optimize this, though. |
Nov 29, 2008 - 3:35:05 am UTC |