加载中...

随笔分类 -  dfs之搜索顺序

摘要:https://www.acwing.com/problem/content/1120/ #include <iostream> #include <vector> #include <algorithm> using namespace std; const int N = 15; vector< 阅读全文
posted @ 2022-09-02 14:38 英雄不问出处c 阅读(59) 评论(0) 推荐(0)
摘要:https://www.acwing.com/problem/content/1119/ #include <cstring> #include <iostream> #include <algorithm> using namespace std; const int N = 21; int n; 阅读全文
posted @ 2022-09-02 14:27 英雄不问出处c 阅读(80) 评论(0) 推荐(0)
摘要:https://www.acwing.com/problem/content/1118/ #include <cstring> #include <iostream> #include <algorithm> using namespace std; const int N = 10; int n, 阅读全文
posted @ 2022-09-02 14:22 英雄不问出处c 阅读(212) 评论(0) 推荐(0)