0_0_16543210_10939.cpp: In function 'int main()':
0_0_16543210_10939.cpp:98:47: error: expected primary-expression before ']' token
lcs[i][j] = max(lcs[i][j],lcs[]);
^
0_0_16543210_10939.cpp:101:46: error: 'sz' was not declared in this scope
printf("%d\n",lis_ath[sz1-1]+lis_mon[sz-1]);
^
|