Comment on Project Euler is partly backparentComments−reledi12yIt looks like you check against static answers [1]. This won't work in the long run because, as far as I'm aware, PE changes the numbers in their problems to prevent cheating. Which means the answers you have would be outdated.1: https://github.com/yaworsw/euler-manager/blob/master/data/an...
Comments
It looks like you check against static answers [1]. This won't work in the long run because, as far as I'm aware, PE changes the numbers in their problems to prevent cheating. Which means the answers you have would be outdated.
1: https://github.com/yaworsw/euler-manager/blob/master/data/an...