Which is a good C++ BigInteger class for programming contests?
问题 I was just wondering which will the best BigInteger class in C++ for programming contests which do not allow external libraries? Mainly I was looking for a class which could be used in my code( I will of course write it on my own, on similar grounds ). The primary factors which I think are important are( according to their importance ): Arbitrary length numbers and their operations should be supported. Should be as small as possible, code-wise. Usually there's a limit on the size of the