MCPcopy Create free account
hub / github.com/Ainevsia/Leetcode-Rust / main

Function main

90. Subsets II/Solution.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13};
14
15int main() {
16 Solution a;
17 vector<vector<int> > totalset = {{}};
18 cout << totalset.size(); // 1 empty set
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected