首页 > 欧拉回路
头像 minux_sufe
发表于 2020-07-06 20:40:22
#include <bits/stdc++.h> using namespace std; const int N=100005; const int M=400005; int type, n, m; int head[N], E=1; // 边的编号从1开始 struct Edg 展开全文