目录

力扣780. 到达终点

力扣780. Reaching Points(到达终点)

判断能否通过转换从起点到达终点。

示例 1:

../posts/01_学习/87_LeetCode/0780_到达终点/img/0780-1-description.png

输入:sx = 1, sy = 1, tx = 3, ty = 5
输出:true
解释:...

提示: