https://leetcode.cn/problems/jump-game/description/?envType=study-plan-v2&envId=top-interview-150 class Solution { public: bool canJump(vector<int>& nums) {