摘要: 190. 字串变换 链接:https://www.acwing.com/problem/content/192/ #include <cstring> #include <iostream> #include <algorithm> #include <unordered_map> #include 阅读全文
posted @ 2020-09-26 22:21 景云ⁿ 阅读(160) 评论(0) 推荐(0)
摘要: 173. 矩阵距离 链接:https://www.acwing.com/problem/content/175/ #include <iostream> #include <algorithm> #include <cstring> using namespace std; const int N 阅读全文
posted @ 2020-09-26 22:20 景云ⁿ 阅读(127) 评论(0) 推荐(0)