提交两个bug

修改于2018/09/28127 浏览
1.关卡给的并不一定是完美步数,Ⅶ-6完美步数是8步,实际可以7步过关
三个交换操作从左到右定义为L、C、R,行数和列数从0计数
step:1 direction:C row:4 col: 2
step:2 direction:C row:5 col: 3
step:3 direction:R row:2 col: 1
step:4 direction:C row:3 col: 2
step:5 direction:C row:5 col: 2
step:6 direction:L row:3 col: 1
step:7 direction:L row:1 col: 1
这让我怀疑还有其它关卡也存在这种情况
2.Android8.0很玩,排行榜没有数据
4