How can we maximize this value ---> m[a][b] + m[c][d] - |a-c| -|b-d| where m is a matrix, a and b represents row number, c and d represent column number.