0_0_33854958_12924.cpp: In function 'int main()':
0_0_33854958_12924.cpp:92:12: error: 'l' was not declared in this scope
while (l < r) {
^
0_0_33854958_12924.cpp:95:29: error: 'si' was not declared in this scope
if (res != -1) l = m, si = res;
^
0_0_33854958_12924.cpp:96:14: error: incompatible types in assignment of 'int' to 'int [1608006]'
else r = m-1;
^
0_0_33854958_12924.cpp:98:9: error: 'l' was not declared in this scope
if (l) {
^
0_0_33854958_12924.cpp:99:46: error: 'si' was not declared in this scope
for (int i = 0; i < l; i ++) putchar(s[si+i]);
^
|