劍指offer十四:打印1到最大的n位數

              #include<iostream> using namespace std; //字符串表示大樹 bool Increament(char* number) { bool isOverFlow = false; int TakeOver = 0; int length = strlen(number); for (int i = length - 1; i
相關文章
相關標籤/搜索