10165102120 : ~
6 年,10 月前
include
include
typedef int mat[610][610];
mat cost;
int max=99999;
void shortsetpath(mat cost, int d[], int n)
{
int s [ 610 ] , i , j , k , min ; int pre [ 610 ] ;
for ( i = 0 ; i <= n ; i ++ ) {
d [
...查看全文