Project Euler #21: Amicable numbers

  • + 0 comments

    I believe (at least go) testcases incorrect, since for example we have pair 71145 - 67095, and if N is 7000, we should not consider both numbers, while testcase would be green only if you add 67095 but ignore 71145.