下面代码实现了插入排序函数,则横线上应填写( )。
int base = nums[i], j = i - 1;
int base = nums[i], j = i;
int base = nums[0], j = i - 1;
int base = nums[0], j = i;