Feb 11, 2012 at 2:54am UTC
I can't seem to find the issue. I'm not sure if it is a small bug fix or a major problem. It outputs 910107, which according to projecteuler.net is not correct.
Last edited on Feb 12, 2012 at 1:32am UTC
Feb 11, 2012 at 3:45am UTC
There isn't any special trick to that problem. You just have to implement the iterative sequences--that IS the problem.
Feb 11, 2012 at 3:54am UTC
ok, so i am not implenting the sequences correctly or... Im sorry; i cant fully grasp what your saying.
Feb 11, 2012 at 4:19am UTC
I solved my problem, it turns out that while(b>1) loop was not the correct usage and it was fixed. Relief
Feb 11, 2012 at 1:45pm UTC
Great! I was trying to say that there's nothing we can help with short of giving you the solution to the problem.
Feb 11, 2012 at 4:10pm UTC
Oh yes i completely understand. Thanks alot for the help though.