撰寫 int mod(int x, int y) 函數, 計算 x / y 的餘數。

在主程式要求使用者輸入兩個整數, 並呼叫 mod函數後輸出結果

使用者可一直輸入兩個整數, 直到使用者輸入y=0 時程式結束