0_0_39167790_12495.cpp: In function 'void floyd()': 0_0_39167790_12495.cpp:22:20: error: 'w' was not declared in this scope 22 | if(w[i][k]!=inf&&w[k][j]!=inf) | ^