MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / size

Method size

code/mathematics/intx.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 static const int dcnt = 9;
10 static const unsigned int radix = 1000000000U;
11 int size() const { return data.size(); }
12 void init(string n) {
13 intx res; res.data.clear();
14 if (n.empty()) n = "0";

Callers 15

compute_piFunction · 0.45
string_matchFunction · 0.45
cut_polygonFunction · 0.45
welzlFunction · 0.45
gift_wrapFunction · 0.45
mulFunction · 0.45
nth_termFunction · 0.45
initMethod · 0.45
intxClass · 0.45
operator <Method · 0.45
operator +Method · 0.45
operator -Method · 0.45

Calls

no outgoing calls

Tested by 5

testModFunction · 0.36
testDoubleFunction · 0.36
slowFunction · 0.36
checkFunction · 0.36
random_treeFunction · 0.36