摘要: 模板 AC ケロシの代码 void build() { queue<int> q; REP(i, 26) { if(tr[0][i]) q.push(tr[0][i]); } while(!q.empty()) { int u = q.front(); q.pop(); REP(i, 26) { i 阅读全文
posted @ 2025-02-27 13:29 KevinLikesCoding 阅读(25) 评论(0) 推荐(0)