Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

UTP_08 - Hit Rock Bottom

Develop a Python code to identify and display the smallest number in integer series

Input

In the first line, n indicates the total number of non-negative integers in the series. The subsequent n lines are non-negative integers with the highest number is 1000

Output

The smallest number from the integer series

Example

Input:
5
10
20
30
40
1   

Output:
1

Added by:jbA
Date:2021-07-19
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:NCSHARP JULIA PYTHON3

© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.