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.
Notation: $GCD(a,b)=g$, and $LCM(a,b)=l$.
It is well-known that $gl=ab$.
Substituting in your relation, we have, $g+\frac{ab}{g}=a+b$, which means: $g^2-(a+b)g+ab=0$.
So that, $(g-a)(g-b)=0$.
So $g=a$ or $g=b$, which means $a\mid b$ or $b\mid a$. QED.