← Back

Find the Maximum Element in a 2D Array

Enter the size and elements of your 2D array to find its maximum value.

Example Input

[[1, 2, 3], [4, 5, 6], [7, 8, 9]]

Example Output

9
Fill the elements for each cell