Problem Statement
Write a program to find the minimum element in an N x M matrix.
DEMO-C-32 โข Programming in C
Write a program to find the minimum element in an N x M matrix.
Input: Dimensions N M followed by the matrix elements.
Output: The formatted result as specified.
Submit runs every public testcase in this browser. Results and code never leave this device.
2 3 42 22 -1 47 41 24
-1
4 2 40 -6 42 -2 23 35 19 14
-6
2 3 13 39 10 15 0 39
0
3 4 42 36 -10 11 -1 -7 24 49 47 37 23 8
-10
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question