class Solution {
public:
int jumpFloorII(int number) {
if(number==)
return ;
if(number==)
return ;
return *jumpFloorII(number-); }
};
05-11 13:24