Task Description
輸入 3 個數字,找出其中最小值,然後輸出最小值。
Input Format
輸入3個數字,換行輸入
Output Format
輸出其中最小的數字
Sample Input
5
4
3
Sample Output
3
Sample Input
8
7
9
Sample Output
7
Task Description
輸入 3 個數字,找出其中最小值,然後輸出最小值。
Input Format
輸入3個數字,換行輸入
Output Format
輸出其中最小的數字
Sample Input
5
4
3
Sample Output
3
Sample Input
8
7
9
Sample Output
7