Project Euler #33: Digit canceling fractions

  • + 0 comments

    I wrote my code in python and got 66.67%. Tried to improve it so hard, but couldn't then wrote the same code in C++ and got 83.33% then wrote the same in Go and got 100%...

    (GO has very fast compilation time)