摘要: 题目巨长,题意难厘清 可以用map过 const int maxn = 1e3 + 10; int t, n, q, tot, l; ll w, ans; char s[maxn][maxn]; char tmp[maxn]; unordered_map<string, int> mp; void 阅读全文
posted @ 2020-10-27 15:55 wansheking 阅读(126) 评论(0) 推荐(0)