摘要: 题目 看了不少洛谷的题解,基本都是用了STL解决此题 考虑到内存问题,想到哈希 #include <algorithm> #include <iostream> #include <cstring> #include <cstdio> using namespace std; const int H 阅读全文
posted @ 2022-08-17 16:09 LyingFlat666 阅读(58) 评论(0) 推荐(0)