0_0_6823522_2088.cpp:5: error: ISO C++ forbids declaration of `STTable' with no type
0_0_6823522_2088.cpp:5: error: expected `;' before '*' token
0_0_6823522_2088.cpp: In member function `int SuffixArray::LCP(int, int)':
0_0_6823522_2088.cpp:20: error: `swap' undeclared (first use this function)
0_0_6823522_2088.cpp:20: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6823522_2088.cpp:21: error: `st' undeclared (first use this function)
0_0_6823522_2088.cpp: In constructor `SuffixArray::SuffixArray()':
0_0_6823522_2088.cpp:24: error: `st' undeclared (first use this function)
0_0_6823522_2088.cpp: At global scope:
0_0_6823522_2088.cpp:92: error: expected constructor, destructor, or type conversion before '<' token
0_0_6823522_2088.cpp:92: error: expected `,' or `;' before '<' token
0_0_6823522_2088.cpp:93: error: `string' does not name a type
0_0_6823522_2088.cpp: In function `void solve(int)':
0_0_6823522_2088.cpp:100: error: `scanf' undeclared (first use this function)
0_0_6823522_2088.cpp:102: error: `S' undeclared (first use this function)
0_0_6823522_2088.cpp:107: error: `all' undeclared (first use this function)
0_0_6823522_2088.cpp:115: error: `cout' undeclared (first use this function)
0_0_6823522_2088.cpp:117: error: `set' undeclared (first use this function)
0_0_6823522_2088.cpp:117: error: `string' undeclared (first use this function)
0_0_6823522_2088.cpp:117: error: `hash' undeclared (first use this function)
0_0_6823522_2088.cpp:119: error: expected `;' before "ss"
0_0_6823522_2088.cpp:121: error: `ss' undeclared (first use this function)
0_0_6823522_2088.cpp:124: error: `string' has not been declared
0_0_6823522_2088.cpp:124: error: `npos' undeclared (first use this function)
0_0_6823522_2088.cpp:134: error: `endl' undeclared (first use this function)
0_0_6823522_2088.cpp:149: error: `max' undeclared (first use this function)
0_0_6823522_2088.cpp:164: error: `min' undeclared (first use this function)
0_0_6823522_2088.cpp: In function `int main()':
0_0_6823522_2088.cpp:175: error: `scanf' undeclared (first use this function)
|