Task Description
從兩個陣列中找出交集
Input Format
輸入二個陣列a,b分別有五個整數
Output Format
印出兩個陣列的交集,若有兩個以上,請由小到大排列
Sample Input
1 2 3 4 5
6 7 8 9 1
Sample Output
1
Task Description
從兩個陣列中找出交集
Input Format
輸入二個陣列a,b分別有五個整數
Output Format
印出兩個陣列的交集,若有兩個以上,請由小到大排列
Sample Input
1 2 3 4 5
6 7 8 9 1
Sample Output
1