else{
return getWordNumber(n-1)+n;
}
为什么不能这么写。
all = getWordNumber(n-1)+n;
return all;
先要给all一个定义,要int all,然后那么些应该行