題目: Suppose that x and y are integers, that x = 3^111 mod 143 and y = 209^263 mod 5 3. Please compute x, y and gcd(x, y). 解答: x = 14 y = 26 問題: 1. 目前透過尤拉函數 知道 3^120 ≡ 1 mod 143, 但 題目只求 3^111 希望有大大可以提 供 x 的詳解 2. y ≡ 209^263 ≡ 209^3 目前做到這邊卡住 希望可以提示下一步怎麼做 謝謝