int fib(int n){ if(n == 1 || n == 2){ return 1; } if(d[n] == 0){ d[n] = fib(n - 1) + fib(n - 2); } return d[n]; }
瞎写一个证明我还活着 ! ! !
真高兴文化课崩了。