爲何oj刷題要對1000000007進行取模運算

最近在OJ中,在博主提交斐波那契數列解答時,這是初版的代碼:web private static int fib(int n) { if (n == 0) { return 0; } int[] arr = new int[n + 1]; arr[1] = 1; return fib2(n,
相關文章
相關標籤/搜索