✔ 最佳答案
We can use a F.2 method (factorization and the idea of consecutive numbers) to solve this.
n^3-n+3
=n(n^2-1)+3
=n(n+1)(n-1)+3
Since one of the number must be a multiple of 3, n(n+1)(n-1) must be a multiple of 3 (if n=1 then n(n+1)(n-1)=0). And if a multiple of 3 is added by 3, it is still a multiple of 3.