0_0_30966243_23965.c: In function 'main':
0_0_30966243_23965.c:42:30: error: called object 'min' is not a function or function pointer
cost[i][j] = cost[j][i] = min (k, cost[i][j]);
^
0_0_30966243_23965.c:34:15: note: declared here
int i, j, k, min;
^
|