摘要: 1 #include <bits/stdc++.h> 2 3 using namespace std; 4 5 const int N = 10010; 6 7 int n, m; 8 9 int cnt = 0; 10 struct node 11 { 12 int to, w, nextt; 1 阅读全文
posted @ 2022-02-25 10:52 std&ice 阅读(51) 评论(0) 推荐(0) 编辑