On Saturday, March 31, 2012 1:55:09 AM UTC-4, Marco wrote:
> I'm getting timeouts / CPU limit exceeded on the release tests of A11Q2 however when run my program on the code they give for the release tests it works perfectly fine....
>
> Everything seems to be working (unless when it says malloc and free in the notes it doesn't actually mean new: and delete: from the alloc.asm). Is there any reason this could be happening?
On Saturday, March 31, 2012 1:55:09 AM UTC-4, Marco wrote:
> I'm getting timeouts / CPU limit exceeded on the release tests of A11Q2 however when run my program on the code they give for the release tests it works perfectly fine....
>
> Everything seems to be working (unless when it says malloc and free in the notes it doesn't actually mean new: and delete: from the alloc.asm). Is there any reason this could be happening?
On Saturday, March 31, 2012 1:55:09 AM UTC-4, Marco wrote:
> I'm getting timeouts / CPU limit exceeded on the release tests of A11Q2 however when run my program on the code they give for the release tests it works perfectly fine....
>
> Everything seems to be working (unless when it says malloc and free in the notes it doesn't actually mean new: and delete: from the alloc.asm). Is there any reason this could be happening?
Okay I emailed the tutors, they suggested trying taking out the error checking code to see if that is the problem and low and behold my program passes marmoset now. I'm guessing my error checking just isn't that efficient and has a bad runtime.