0_0_11689714_32591.cpp:19: error: overflow in constant expression
0_0_11689714_32591.cpp:19: error: overflow in array dimension
0_0_11689714_32591.cpp:19: error: size of array `s' is too large
0_0_11689714_32591.cpp:20: error: size of array `lcp' is too large
0_0_11689714_32591.cpp: In function `int LCP(node, node)':
0_0_11689714_32591.cpp:29: error: `lcp' undeclared (first use this function)
0_0_11689714_32591.cpp:29: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11689714_32591.cpp: In function `void init()':
0_0_11689714_32591.cpp:44: error: `lcp' undeclared (first use this function)
0_0_11689714_32591.cpp: In function `bool check(int)':
0_0_11689714_32591.cpp:57: error: `lcp' undeclared (first use this function)
0_0_11689714_32591.cpp:57: error: `s' undeclared (first use this function)
0_0_11689714_32591.cpp: In function `void solve()':
0_0_11689714_32591.cpp:108: error: `s' undeclared (first use this function)
|