0_0_39705198_26083.cpp: In function 'int main()':
0_0_39705198_26083.cpp:31:51: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
31 | if(f[i][k]!=&&f[k][j]!=INT_MAX)
| ~~~~~~~^~~~~
0_0_39705198_26083.cpp:31:56: error: expected ')' before '[' token
31 | if(f[i][k]!=&&f[k][j]!=INT_MAX)
| ~ ^
| )
0_0_39705198_26083.cpp:31:55: error: label 'f' used but not defined
31 | if(f[i][k]!=&&f[k][j]!=INT_MAX)
| ^
|