給定兩個數字,請使用歐幾里得演算法得出它們的最大公因數
輸入例子:
12 28
輸出例子:
4
Hidden content!*** * * * * * * *int main(){* ** ** int a,b,t; ** * ** * * * ** ** * * * * *** * *