(代码题解来源于leetcode,非本人题解) 134. 加油站 - 力扣(LeetCode) 理解下面这段话: int j = (i + cnt) % n;//为了保证循环 ... i = i + cnt + 1;//直接从y+1开始