在"庙会寻宝地图"中,路径点存储为二维数组 path[4][2] = {{0,0}, {50,0}, {50,-50}, {100,-50}} ,要移动到终点,应访问哪个索引?
path[0]
path[1]
path[2]
path[3]