Search found 2 matches

by bashie
Fri Jul 13, 2012 11:44 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 319750

Re: Runtime error and WA on 100 (3n+1)

ok, I found the thing that was giving the runtime error.

For every method you call, you should not use the implicit "this." you have to write it.
by bashie
Fri Jul 13, 2012 11:30 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 319750

Re: Runtime error and WA on 100 (3n+1)

That doesn't help much. I'm getting this same "runtime error" issue. Not having problems resolving problem, but understanding how this thing compiles. I even tried deleting the "public" in the main from that example to no avail.

I'm pasting the code in the textbox, so it is a single file source ...

Go to advanced search