I'm really stuck with this.
Let $a,b\in \mathbb{Z}^+$ such that $$ GCD(a,b) + LCM(a,b) = a+b $$ then either $a|b$ or $b|a$.
I tried using the fact that the GCD is a linear combination of the numbers or the equality $GCD \times LCM = ab $ without absolute value because $ab>0$.
Edit:
Apparently, when the sum of the GCD and LCM is the sum of $a$ and $b$ then one of them is the GCD.