Clear
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
int[][] matrix = new int[][] { new int[] { 1, 1,1,1 } };
|
||||
int[][] matrix = new int[][] { new int[] { 1, 1, 1, 1 } };
|
||||
Console.WriteLine(new Solution().SearchMatrix(matrix, 2));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user