Task Description
找出陣列中重覆的數字
Input Format
輸入一個由五個整數組成的陣列
Output Format
印出陣列中重覆的數字,若有兩個以上,請由小到大排列
Sample Input
8 8 6 8 7
4 4 5 5 8
Sample Output
8
4 5
Task Description
找出陣列中重覆的數字
Input Format
輸入一個由五個整數組成的陣列
Output Format
印出陣列中重覆的數字,若有兩個以上,請由小到大排列
Sample Input
8 8 6 8 7
4 4 5 5 8
Sample Output
8
4 5