I found this problem on a code challenge website and I thought to share it with my readers
132 =26 xy=133745639
Write a program which can work out what possible values of x and y are. For this exercise x and y cannot be 1 and are both whole positive numbers
My solution makes use of the trial division integer factorization algorithm.

~ End Article and Begin Conversation ~
Comments are closed.