Project Euler #6: Sum square difference

  • [deleted]
    + 1 comment

    There is a bug with the C code, n has to be changed to unsigned long long to pass testcase 1 because otherwise it would be overflowing for some reason.