摘要:
广度优先搜索,深搜超时 需要判断界限,做标记,已到过的地点就不必去了#include#includeusing namespace std;int head=0,tail=1;int n,k;int f[199999];int d[9999999];int t[9999999];i... 阅读全文
posted @ 2017-02-06 14:14
wspl98765
阅读(181)
评论(0)
推荐(0)
浙公网安备 33010602011771号