含蓄星月

文章
5
资源
0
加入时间
2年10月17天

bfs模板

#include#includeusing namespace std;const int INF = 100000000;const int maxn = 10000;typedef pair P; //储存坐标下x,yint maze[maxn][maxn];int d[maxn][maxn]; //储存每个坐标的最短路径int sx, sy; //起始坐标int

Prototype 工具函数 学习

$H就是建立Hash对象的便捷方法,关于Hash对象具体参考【Prototype 学习——Hash对象 】 $R就是简历ObjectRang