张嘉锡V

导航

 

2020年8月3日

摘要: 连通性 1112. 迷宫 #include <iostream> #include <cstring> using namespace std; const int N = 110; char g[N][N]; int n; int sx, sy, ex, ey; int dx[] = {1, 0, 阅读全文
posted @ 2020-08-03 15:52 张嘉锡V 阅读(85) 评论(0) 推荐(0) 编辑