Some useful functions to deal with big integer number(bigger than long long)
merge all codes to one file in following order:
- bigNumber.h
- bigNumber.hpp
- bigNumber.cpp
- main function(your code)
and delete #include "bigNumber.h"
, #include "bigNumber.hpp"
maybe I will write a program to make it automatically merge