Given a vector<vector<int>> and row/column positions r, c, return a 3x3 vector whose middle element is arr[r][c], and whose neighbors are copied from the original. Set non-existent neighbors to zero.