#745. 求最小值

求最小值

Description

输入10个整数,求出其中的最小值。(最大的值不超过10000)

Input Format

10个整数

Output Format

10个数中的最小值

19 63 12 26 94 9 18 34 3 4 
3

Source

二学阶