首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
双头专题
双头BFS
牛客月赛100 D题,过了80%数据,调了一下午。。。烦死了。。。 还是没调试出来,别人的代码用5维的距离的更新有滞后性,要在遍历之前要去重。。。 #include<bits/stdc++.h>using namespace std;const int N=2e3+10;char g[N][N];int dis[N][N],d1[N][N];int n,m,sx,sy;int dx
阅读更多...
双头队列+spfa的运用
bzoj 2100 双头队列优化spfa #include <cstdio>#include <cstring>#include <queue>using namespace std;deque<int> q;int head[100010] , to[400010] , len[400010] , next[400010] , cnt , dis[100010][2] , in
阅读更多...
转载: 生字能出头,工字双头堵!
找其他资料时,搜索到的信息,转载来看看,^_^ 原文地址: http://blog.sina.com.cn/s/blog_4ea1dfc101000d68.html 李嘉诚100条,比尔·盖茨的11条,巴非特给儿子21条 李嘉诚先生 http://ceo.icxo.com/ljc.jsp 1928年7月29日,李嘉诚先生诞生于广东省潮州潮安县。1940年
阅读更多...