Page 2 of 2

Re: Compiler Error 10105 wat the heck

Posted: Sat Oct 21, 2006 3:47 am
by helloneo
flehns wrote:I tried to implement the example from the website linked on the previous post. It seems to work on my computer with VS2005... Can someone please tell my why this is giving me a compile error for the judge?? Thanks for any help. :oops:
I think judge compiler doesn't support "at" operation for vector..
Try to change.. ni.at(i) to ni

Posted: Sun Oct 22, 2006 7:51 am
by flehns
Thanks for your help; it got accepted!! :D Unfortunately, it still has a presentation error, which makes no sense...but I'll take it.