参谋长
参谋长
全部文章
题解
归档
标签
去牛客网
登录
/
注册
参谋长的博客
全部文章
/ 题解
(共1篇)
spfa求代负权边的最短路
#include <iostream> #include <cstring> using namespace std; const int N = 20010,M = 200010; int q[2 * M], hh = 0, tt = -1; //数组模拟队列 bool...
C++
2023-08-18
2
375