This commit is contained in:
Doug Hoyte
2023-03-06 00:50:36 -05:00
parent f4cd35d2ed
commit bfc2d690b3
3 changed files with 8 additions and 8 deletions

View File

@ -83,6 +83,8 @@ int main() {
if (ids2.contains(id)) throw herr("redundant set");
ids2.insert(id);
}
std::cerr << "HAVE " << (have.size() * idSize) << " bytes "
<< "NEED " << (need.size() * idSize) << " bytes " << std::endl;
}
if (q.size()) {