Problem lcs
User blob
Submission Time 2023-12-27 16:21:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcs.cpp: In function ‘int main()’:
lcs.cpp:27:30: error: expected ‘}’ at end of input
27 | cout << dp[lengtha][lengthb];
| ^
lcs.cpp:6:14: note: to match this ‘{’
6 | signed main(){
| ^