BlueBook
Find the minimum in a list of real numbers.
Input Specification
The first line contains an integer
Output Specification
The minimum of the
Sample Input
Copy
2
10.1
12.3
Sample Output
Copy
10.10
Find the minimum in a list of real numbers.
The first line contains an integer
The minimum of the
2
10.1
12.3
10.10
Comments
weak cases
What is the motive of the problem
Find the minimum in a list of real numbers.