@crazy_coder
用double没有超时,用int超时了
@waigx
那个system("pause");前面应该加//
re: poj 2362 luis 2009-07-05 09:36
问一下牛人这句if(len[i]==left||left==side) return 0;的原理是什么?
re: poj 3126 广搜 luis 2009-06-30 10:59
@等等等
m=BFS(n,k);中的k是有用的,
-----
while(!q.empty())
{
int temp=q.front();
q.pop();
int next,j,k;//这个k没用,我删除后提交还是AC了
int num[3];
-----------