I need to show that there exist three consecutive numbers, where each of them is divisible by the 1999th power of an integer. So far, I've taken $a_1 = x-1, a_2 = x$ and $a_3 = x + 1$, and derived a system of congruences: $$\begin{align}x \equiv -1\bmod{n^{1999}} \\ x \equiv 0\bmod{n^{1999}} \\ x\equiv 1\bmod{n^{1999}}\end{align}$$
But I am unsure of how to proceed. A hint would be greatly appreciated.
Edit: As mentioned in the comments and answer, the said powers can be of any three distinct integers.