0_0_10789467_31700.cpp: In member function `void SuffixArray::suffix_sort()':
0_0_10789467_31700.cpp:76: error: `placeholders' has not been declared
0_0_10789467_31700.cpp:76: error: `_1' undeclared (first use this function)
0_0_10789467_31700.cpp:76: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10789467_31700.cpp:76: error: `placeholders' has not been declared
0_0_10789467_31700.cpp:76: error: `_2' undeclared (first use this function)
0_0_10789467_31700.cpp:76: error: `bind' undeclared (first use this function)
0_0_10789467_31700.cpp: In function `void print(__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >)':
0_0_10789467_31700.cpp:107: error: ISO C++ forbids declaration of `it' with no type
0_0_10789467_31700.cpp:107: error: cannot convert `__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >' to `int' in initialization
0_0_10789467_31700.cpp:107: error: no match for 'operator!=' in 'it != e'
0_0_10789467_31700.cpp:107: error: invalid type argument of `unary *'
|