Hacker News new | ask | show | jobs
by igouy 2673 days ago
> I compared the checksum

At what N?

> The output is correct

Nope. diff

    3c3
    < 6264338
    \ No newline at end of file
    ---
    > 6264338    :27

    PROGRAM OUTPUT:
    3141592653 :10
    5897932384 :20
    6264338
1 comments

Here is the code that should solve your output issue: https://slexy.org/view/s21DoMQaHF
Thanks, done.
No worries. I got rid of the unnecessary `range' in the last version, but it does not matter much anyway.
My guess is that the Ada regex-redux #6 program is also easily fixable:

https://benchmarksgame-team.pages.debian.net/benchmarksgame/...

:and there's a working Ada regex-redux #5 program:

https://benchmarksgame-team.pages.debian.net/benchmarksgame/...