关于一些通用变量的命名:
索引:index, idx
数组:arr, array
左,中,右:left, mid, right, l, m, r;
和,差,商,积:sum, diff, quot(ient), prod(uct)