A. L=s;s->next=L; B. s->next=L->next;L->next=s; C. s=L;s->next=L; D. s->next=L; s=L;
A. n-i+1 B. n-i C. i D. i-1
A.n-i+1 B.n-i C.i D.i-1