Exercise

Let a and b be positive integers. The extended Euclidean algorithm provides us with x and y such that gcd(a,b) = xa + yb. Then gcd(|x|,|y|) equals

1

gcd(a,b)

0