Write a program that finds the minimum value of N numbers.
The first line contains the number N.
The other lines contain N numbers.
Output an integer number which is the minimum of N numbers.
Write a program that finds the minimum value of N numbers.
The first line contains the number N.
The other lines contain N numbers.
Output an integer number which is the minimum of N numbers.
Sample Input 1:
5
5
1
4
2
3Sample Output 1:
1Create a free account to access the full topic