0_0_2046315_8576.cpp: In function `void prermq()':
0_0_2046315_8576.cpp:29: error: `min' undeclared (first use this function)
0_0_2046315_8576.cpp:29: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2046315_8576.cpp: In function `void Preprogress()':
0_0_2046315_8576.cpp:37: error: `memset' undeclared (first use this function)
0_0_2046315_8576.cpp:49: error: `memcpy' undeclared (first use this function)
0_0_2046315_8576.cpp: In function `int LCP(int, int)':
0_0_2046315_8576.cpp:76: error: `swap' undeclared (first use this function)
0_0_2046315_8576.cpp:79: error: `min' undeclared (first use this function)
0_0_2046315_8576.cpp: In function `int main()':
0_0_2046315_8576.cpp:86: error: `gets' undeclared (first use this function)
0_0_2046315_8576.cpp:88: error: `strlen' undeclared (first use this function)
0_0_2046315_8576.cpp:91: error: `cout' undeclared (first use this function)
0_0_2046315_8576.cpp:91: error: `u' undeclared (first use this function)
0_0_2046315_8576.cpp:91: error: `v' undeclared (first use this function)
|