摘要: 题目链接 https://ac.nowcoder.com/acm/contest/27274/E 模板题 用的Bellman-ford (此题不需要判断负环) 放AC代码 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N = 阅读全文
posted @ 2022-04-30 14:41 爱吃虾滑 阅读(35) 评论(0) 推荐(0)