首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
poj2047专题
[POJ2047] Concert Hall Scheduling 费用流
在SPFA的双端队列优化的时候打错了.. 把d[v] > d[q.front()] 打成了 d[v] > q.front() 结果瞬间快十倍直接AC了= = #include<cstdio> #include<algorithm> #include<cstring> #include<vector> #include<queue>#include<deque>#defi
阅读更多...