//No.26 シャッフルゲーム #include int main() { int N, M; int c[3] = {0, 0, 0}; scanf("%d", &N); scanf("%d", &M); c[N-1] = 1; int P[M], Q[M]; for(int i=0; i