Problem lcs
User Kishan
Submission Time 2023-06-22 10:52:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcs.cpp: In function ‘int main()’:
lcs.cpp:19:16: error: ‘n’ was not declared in this scope
19 | cout << dp[n][m];
| ^
lcs.cpp:19:19: error: ‘m’ was not declared in this scope
19 | cout << dp[n][m];
| ^