摘要: 点击查看代码 #include<iostream> using namespace std; const int N = 1e5 + 10; int head, idx; int e[N], ne[N]; void init() { head = -1; idx = 0; } void add_to 阅读全文
posted @ 2022-04-28 11:09 wKingYu 阅读(25) 评论(0) 推荐(0)