Decipher the message $2081 \ 2182$ knowing that it was encrypted using the RSA system with the key $(2537, 13).$
$(2537, 13)$ is a public key $(n, e)$. To decipher the message I need to find the inverse modulo of e which is d:
$$d= e^{-1} \mod (p-1)(q-1)$$
I have $n$, how can I find $p$ and $q$?