LearningNotes
LearningNotes copied to clipboard
数据结构,数组有序数组,插入的k应该为k--
for(int k=nElem;k>j;k++) → k--