ll@N,A[N]; if(N==2)wt("No"); rep(i,N)A[i]=N-i; if(N%2==0)swap(A[N-2],A[N-1]); wtLn("Yes",A(N));