diff --git a/High-Precision(Integer).cpp b/High-Precision(Integer).cpp index ac9a0b2..2abd86f 100644 --- a/High-Precision(Integer).cpp +++ b/High-Precision(Integer).cpp @@ -3,6 +3,8 @@ using namespace std; +int _global_length_; + class lint { private: @@ -14,7 +16,7 @@ class lint lint mul1(int x, int offset); public: - lint(int len); + lint(int len = _global_length_); void read(); void write(); lint operator + (lint x);