Task Description
最大公因數
Input Format
輸入兩個整數a,b
Output Format
找出a,b的公因數與最大公因數
注意最後面不要多一個空格
Sample Input
1 90 60
Sample Output
12 1 2 3 5 6 10 15 30
30
Task Description
最大公因數
Input Format
輸入兩個整數a,b
Output Format
找出a,b的公因數與最大公因數
注意最後面不要多一個空格
Sample Input
1 90 60
Sample Output
12 1 2 3 5 6 10 15 30
30