摘要: #最短路径条数 问题传送门:P1144 P1608 int tot ; int head[MAXN], nxt[MAXN], to[MAXN], w[MAXN] ; int cnt[MAXN] ; void add_edge(int x, int y, int z) { to[++tot] = y 阅读全文
posted @ 2023-04-19 20:14 Lwen1243 阅读(9) 评论(0) 推荐(0)