Revision history of "BigInteger"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 10:12, 3 July 2018Ultmaster talk contribs 11,217 bytes +11,217 Created page with "<syntaxhighlight lang='cpp'> // base and base_digits must be consistent const int base = 1000000000; const int base_digits = 9; struct Bigint { vector<int> z; int sig..."