You are given a rectangular matrix of integers board and a square matrix of characters pattern. The elements of the board are digits (integers between 0 and 9). The characters of pattern are either digits or lowercase english letters. Your task is to find a submatrix on board which matches the pattern. a submatrix of integers submatrix matches a matrix of characters pattern if:___