摘要: 转自https://www.cnblogs.com/rmy020718/p/9546071.html int deep[N+1]; int q[N+1]= {0},h,t; int cur[N+1]; bool bfs(int S,int T) { for (int i=0; i<=n; i++) 阅读全文
posted @ 2020-01-30 11:34 AAAzhuo 阅读(110) 评论(0) 推荐(0)