0_0_21698086_25721.cpp: In function 'void cal(int, int)':
0_0_21698086_25721.cpp:40:29: error: 'coll' was not declared in this scope
if(lj<= r[li][sj] && li<= coll[si][lj])
^
0_0_21698086_25721.cpp: In lambda function:
0_0_21698086_25721.cpp:41:59: error: expected '{' before '[' token
if(abs(sum[li-1][lj-1]-sum[si][lj-1]-sum[li-1][sj] +[si][ji]<=1))
^
0_0_21698086_25721.cpp: In function 'void cal(int, int)':
0_0_21698086_25721.cpp:41:60: error: 'ji' was not declared in this scope
if(abs(sum[li-1][lj-1]-sum[si][lj-1]-sum[li-1][sj] +[si][ji]<=1))
^
0_0_21698086_25721.cpp: In function 'int main()':
0_0_21698086_25721.cpp:62:7: error: 'intj' was not declared in this scope
for(intj=0;j<w;j++)
^
0_0_21698086_25721.cpp:62:14: error: 'j' was not declared in this scope
for(intj=0;j<w;j++)
^
|