廣度優先搜索(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%
相關文章
相關標籤/搜索