0_0_21192940_28359.cpp: In function 'void Floyd(int, int)': 0_0_21192940_28359.cpp:15:64: error: 'min' was not declared in this scope map[i][j] = min(map[i][j],map[i][k] + map[k][j]); ^