LGR-2022-J1
T3. 小恺编写了如下函数,希望计算斐波那契数列 f(n)第 n 项对 10000 取余数的值:
f(n)
n
10000
int f(int x) { if(x <= 2) return 1; int ans = f
京公网安备 11010502049817号