摘要: 有一个二维数组,每个位置上有一个数字,表示经过这个点需要消耗的体力值,现在需要从左上角 (0,0) 位置走到右下角(9,9) 位置,请找出一条路,使得消耗的体力值最小 public class findWay { public static void main(String[] args) { in 阅读全文
posted @ 2020-08-06 19:41 同济小孙 阅读(250) 评论(0) 推荐(0) 编辑