Project Euler 127 - abc-hits

Official link: https://projecteuler.net/problem=127

Note: Code took ~760 seconds to run but I'm happy with my solution

Thought Process

I brute forced this problem with a few important tricks

Interactive Code

Input an Integer (yourinput)

Code will output the sum of c where (a, b, c) is an abc-hit and c < yourinput