0_0_25112623_17014.cpp: In function 'void Floyd()': 0_0_25112623_17014.cpp:19:32: error: 'INF' was not declared in this scope if(link[i][k]!=INF&&link[k][j]!=INF) ^