Title |
User |
Message |
Date Posted |
Re: Custom case added to final subtask |
Xellos |
You'd better add one more, then :D. I passed with a quad tree + speedups using properties of GCD + a different quad tree approach for your cases. |
Sep 28, 2016 - 6:17:47 pm UTC |
Re: ... |
jargon |
If you're getting SIGABRT then an exception is being thrown. If you're not throwing an exception, the STL must be. If you're not using checked vector access, then the exception is probably bad_alloc... |
May 23, 2016 - 3:09:24 am UTC |
... |
whitewind664 |
http://wcipeg.com/submissions/status/392189 I keep getting SIGABRT, am I using too much memory or is it something else? |
May 22, 2016 - 7:13:40 pm UTC |
Re: Strange thing on judging the problem |
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:57:20 pm UTC |
Strange thing on judging the problem |
reality |
http://wcipeg.com/submissions/status/386558 On test 3d i'm getting RE,however on my computer i get AC on first 5 tests of subtask 2,what's happening? |
Apr 29, 2016 - 12:12:21 pm UTC |
Short circuit batch cases |
Butane |
Can you introduce a short circuit on batch cases so as soon as one test case fails, the rest of the batch does not run? There is really no point in running every single case if a solution does not wor... |
Jul 03, 2015 - 12:15:27 am UTC |
... |
zeulb |
it's alot easier to solve this offlinely, at IOI we can't do that, still stuck at 80 at doing this onlinely :( |
Dec 31, 2013 - 10:33:15 am UTC |
Re: Custom case added to final subtask |
SourSpinach |
Nope, I'm afraid that's definitely not a legit optimization - added another case :D |
Aug 03, 2013 - 7:39:12 am UTC |
Custom case added to final subtask |
SourSpinach |
Sorry Daniel, but upon inspection, I found that your solution doesn't actually have the correct worst-case complexity, so I added a counter-example case for extra fun :) |
Aug 02, 2013 - 7:29:46 am UTC |
Re: Too long... |
bbi5291 |
There's not much I can do about this. Once I get a full-time job I'll consider moving the Judge to a dedicated server with lots of cores, which might alleviate the problem... |
Jul 29, 2013 - 8:51:20 pm UTC |