@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];
-----------