[poj 3126]Prime Path 广搜(二)

2014-11-24 10:57:05 · 作者: · 浏览: 2

BFS();
if(mint!=INF) printf("%d\n",mint);
else printf("Impossible\n");
}
return 0;
}