printer.cpp: In member function 'void Trie::append(std::string&, int)':
printer.cpp:14:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
14 | if (offset == buffer.size()) { count ++; return ; }
| ~~~~~~~^~~~~~~~~~~~~~~~
printer.cpp: In member function 'void Trie::show()':
printer.cpp:41:18: error: base operand of '->' has non-pointer type 'std::pair<const char, Trie*>'
41 | if (u->second.mxSize != mxSize) continue ;
| ^~
printer.cpp:44:14: error: base operand of '->' has non-pointer type 'std::pair<const char, Trie*>'
44 | u->second.show();
| ^~