MCPcopy Create free account
hub / github.com/ShahjalalShohag/code-library / BigInt

Method BigInt

Miscellaneous/BigInt.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 int sgn;
62 vector<int> a;
63 BigInt() : sgn(1) {}
64 BigInt(ll v) {
65 *this = v;
66 }

Callers

nothing calls this directly

Calls 1

readFunction · 0.50

Tested by

no test coverage detected