单项选择题

What happens if the FOR loop in the insert() function changes to the following form?
for (int i = r; i < _size; i++) _elem[i + 1] = _elem[i];

微信扫码免费搜题