Problem lcs
User asbx
Submission Time 2023-11-17 09:43:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcs.cpp: In function ‘int main()’:
lcs.cpp:27:35: error: expected ‘)’ before ‘;’ token
27 | cout<<(lcs(a.length(),b.length());
| ~ ^
| )