#include #include using namespace std; const int N=1e5+50; int adj[N],to[N<<1],nxt[N<<1]; inline void addEdge()