广度优先搜索(2)

#include<stdio.h> struct note{ int x;//城市编号 int s;//起色次数 }; int main(){ struct note que[2501]; int e[51][51]={0},book[51]={0}; int head,tail; int i,j,n,m,a,b,cur,start,end,flag = 0; scanf("%d%
相关文章
相关标签/搜索