摘要: SPFA模板 1 #define R 400002 2 #include<iostream> 3 #include<vector> 4 #include<queue> 5 using namespace std; 6 int n,m; 7 struct node 8 { 9 int to,w; 10 阅读全文
posted @ 2026-01-02 14:24 Guo5919 阅读(0) 评论(0) 推荐(0)