Project Euler #149: Searching for a maximum-sum subsequence.

  • + 1 comment

    Here is the output from my test using the ProjectEuler Problem 149. I got the problem correct but I took the spoiler out of the following output:

    -393027 86613

    time in milliseconds = 243 Press any key to continue . . .

    The first two numbers are a check of the lagged Fibonacci generator namely s[10] and s[100]. The blank line is where the correct output was taken from the output display.