Task Description
於同一行內輸入4個整數,找出其中最小值後輸出
提示:使用 map()、split()
Input Format
輸入4個整數 (同一行輸入)
Output Format
找出其中最小值後輸出
Sample Input
1 2
4
5
1
Sample Output
1 1
Sample Input
1 8
7
3
4
Sample Output
1 3
Task Description
於同一行內輸入4個整數,找出其中最小值後輸出
提示:使用 map()、split()
Input Format
輸入4個整數 (同一行輸入)
Output Format
找出其中最小值後輸出
Sample Input
1 2
4
5
1
Sample Output
1 1
Sample Input
1 8
7
3
4
Sample Output
1 3