Project Euler #125: Palindromic sums

  • Asked to answer
    + 0 comments

    Yes, it is due to the time complexity of your code. All of the tests can be solved in <10s. If your code exceeds 10s on any testcase then it is aborted and considered a fail.