随笔分类 -  main

摘要:题目 和阿狸的打字机很像,差不多的套路 #include<bits/stdc++.h> using namespace std; #define mid ((l+r)>>1) const int N=200002,M=4000002; struct node{ int to,ne; }e[N]; i 阅读全文
posted @ 2018-12-20 11:13 Mingoal 阅读(17) 评论(0) 推荐(0)