百练2815题

//一下代码来自中国大学mooc中程序设计与算法(二)算法基础 郭炜 ios #include "iostream" #include "stack" #include "cstring" using namespace std; int R,C;//地图的行数和列数 int maps[50][50];//存放地图 int colors[50][50];//存放地图标志,对于不一样的一条路径赋值
相关文章
相关标签/搜索