$13^{1010}$
$13^{\phi(100)} \equiv 1 \mod 100$
$13^{40} \equiv 1 \mod 100$
$(13^{40})^{25} \equiv 1^{25} \mod 100$
$13^{1000} \equiv 1 \mod 100$
$13^{1010} \equiv 13^{10} \mod 100$
That's all I got. I don't know how to proceed from there. I tried with $\phi (200)$ but it doesn't help at all.
You may compute this by exponentation by squaring.
So $13^2 = 169 \equiv 69 \equiv -31 \mod 100$.
So $13^4 \equiv (-31)^2=961 \equiv -39 \mod 100$.
So $13^8 \equiv (-39)^2=1521 \equiv 21 \mod 100$.
Hence $13^{10} = 13^8 \cdot 13^2 \equiv 69 \cdot 21 = 1449 \equiv 49 \mod 100$
Hence the last digits are a 4 and a 9.