$n$ people numbered from $1$ to $n$ are arranged in a row. An acceptable movement consists of each person changing at most once its place with another or remains in its place. For example $\begin{tabular}{|l|l|l|l|l|l|l|l|l|l|l|l|} \hline initial position & 1 & 2 & 3 & 4 & 5 & 6 & ... & n-2 & n-1 & n \\ \hline final position & 2 & 1 & 3 & 6 & 5 & 4 & ... & n & n-1 & n-2 \\ \hline \end{tabular}$ is an acceptable movement. Is it possible that starting from the position $\begin{tabular}{|l|l|l|l|l|l|l|l|l|l|l|l|} \hline 1 & 2 & 3 & 4 & 5 & 6 & ... & n-2 & n-1 & n \\ \hline \end{tabular}$ to reach to $\begin{tabular}{|l|l|l|l|l|l|l|l|l|l|l|l|} \hline n & 1 & 2 & 3 & 4 & 5 & 6 & ... & n-2 & n-1 \\ \hline \end{tabular}$ through two acceptable movements?