📅  最后修改于: 2022-03-11 14:44:47.146000             🧑  作者: Mango
Arrays are indexed starting at 0, as opposed to starting at 1. The first element of the array above is vector[0]. The index to the last value in the array is the array size minus one.