0_0_33377129_26293.cpp: In function 'int ok(int, int, int, int)':
0_0_33377129_26293.cpp:124:16: error: 'lcp' was not declared in this scope
if(lcp(mid, p) >= r-l+1) ed = mid;
^
0_0_33377129_26293.cpp:132:16: error: 'lcp' was not declared in this scope
if(lcp(mid, p) >= r-l+1) st = mid;
^
0_0_33377129_26293.cpp: In function 'int sol()':
0_0_33377129_26293.cpp:169:17: error: 'build' was not declared in this scope
build(1, 1, n+1);
^
0_0_33377129_26293.cpp: In function 'int solve()':
0_0_33377129_26293.cpp:192:20: error: expected '}' at end of input
inline int solve() {
^
|