摘要: 迷宫 【问题描述】 n m的迷宫,迷宫中有k种钥匙,每个格子有一个整数x,如果x=0说明可以任意到达,|x| k代表不允许到达。x 0代表该位置有第x种钥匙,捡起地上的钥匙需要花费1步。x include include define N 1050 using namespace std; int 阅读全文
posted @ 2020-01-16 20:12 qmings 阅读(158) 评论(0) 推荐(0)