Applying Euclidean algorithm I got
$299=247+52$
$247=4\cdot 52+39$
$52=39+13$
$39=3\cdot 13+0$
Applying this in reverse order I got
$52-39=13$
$52-(247-4\cdot 52)=13$
$5(299-247)-247=13$
$5\cdot 299-6\cdot 247=13$
$x=5, y=-6$, this is one solution, what is the other solution?
You know $$5\cdot 299-6\cdot 247=13.$$ So, you can have $$299x+247y=13=5\cdot 299-6\cdot 247,$$ i.e. $$299(x-5)=247(-6-y)$$
Dividing the both sides by $13$ gives $$23(x-5)=19(-6-y)$$ Since $23$ and $19$ are coprime, we have $$x-5=19k,\quad -6-y=23k,$$ i.e. $$x=19k+5,\quad y=-23k-6$$ where $k\in\mathbb Z$.