0_0_1803171_9938.cpp: In function `bool operator<(huffman, huffman)':
0_0_1803171_9938.cpp:177: error: no match for 'operator<' in 'el[p1.huffman::x] < el[p2.huffman::x]'
0_0_1803171_9938.cpp:176: note: candidates are: bool operator<(huffman, huffman)
0_0_1803171_9938.cpp: In constructor `HuffmanTree::HuffmanTree()':
0_0_1803171_9938.cpp:186: error: expected `)' before ';' token
0_0_1803171_9938.cpp: In member function `void HuffmanTree::Init()':
0_0_1803171_9938.cpp:193: error: `priority_queue' undeclared (first use this function)
0_0_1803171_9938.cpp:193: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_1803171_9938.cpp:193: error: expected primary-expression before '>' token
0_0_1803171_9938.cpp:193: error: `Q' undeclared (first use this function)
0_0_1803171_9938.cpp:195: error: `cin' undeclared (first use this function)
0_0_1803171_9938.cpp:203: error: no match for 'operator=' in 'now = (n + i)'
0_0_1803171_9938.cpp:174: note: candidates are: huffman& huffman::operator=(const huffman&)
0_0_1803171_9938.cpp:204: error: no match for 'operator[]' in 'el[now]'
0_0_1803171_9938.cpp:204: error: no match for 'operator[]' in 'el[h1]'
0_0_1803171_9938.cpp:204: error: no match for 'operator[]' in 'el[h2]'
0_0_1803171_9938.cpp:205: error: no match for 'operator[]' in 'el[now]'
0_0_1803171_9938.cpp:206: error: no match for 'operator[]' in 'el[now]'
0_0_1803171_9938.cpp:207: error: no match for 'operator[]' in 'el[h1]'
0_0_1803171_9938.cpp:207: error: no match for 'operator[]' in 'el[h2]'
0_0_1803171_9938.cpp:211: error: expected primary-expression before ':' token
|