public int fbnq(int n){ if(n==1||n==2){ return 1; }else{ return fbnq(n-1)+fbnq(n-2); }}输入内容已经达到长度限制还能输入 9999 字
??、、、、