We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
administrator, please remove the spamming (totally unrelated) messages in this forum,
now back to the problem
the solution lies in realizing that
GCD(a,b) == GCD(a+n*b, b+m*a) == GCD(x,y)
Possible Path
You are viewing a single comment's thread. Return to all comments →
administrator, please remove the spamming (totally unrelated) messages in this forum, now back to the problem the solution lies in realizing that GCD(a,b) == GCD(a+n*b, b+m*a) == GCD(x,y)
Happy coding!