Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Computer Science. Textbook
Arithmetic
GCD (Greatest Common Divisor)
Let's find
\(gcd(|a|, |b|)\)
and divide both numbers by it - this will be the answer.