Transportation poj1040(二)

2015-07-24 04:59:46 · 作者: · 浏览: 42
0,sizeof(people));
maxmoney=0;
DFS(0,0);
printf(%d ,maxmoney);
}
}

?