Код: Выделить всё
#include
#include "sparsehash/internal/sparseconfig.h"
#include "sparsehash/sparse_hash_map"
using namespace std;
int main(int argc, char *argv[]){
std::string input,reference;
while (getline(cin,input)) {
reference += input;
input.clear();
}
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/32898965/unordered-map-taking-lot-of-space[/url]
Мобильная версия