题目: 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 目前做到这边卡住 希望可以提示下一步怎么做 谢谢