Owl Get a Life
lcs.cpp: In function ‘int main()’:lcs.cpp:20:57: error: ‘max’ cannot be used as a function 20 | arr[i][j] = max(arr[i-1][j], arr[i][j-1]); | ^