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