LeetCode Username
_shubham10
Problem number, title, and link
- Number of Submatrices That Sum to Target https://leetcode.com/problems/number-of-submatrices-that-sum-to-target/description/
Category of the bug
Description of the bug
The size of matrix is not mentioned in the description. It should be made clear by specifying whether it is n x n or m x n sized array just like other 2D array question on leetcode.
Screenshots

Suggestion
The first line of the problem description can be given as following-
Given a m x n matrix matrix and a target, return the number of non-empty submatrices that sum to target.