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

Compile Error

lcs.cpp: In function ‘int main()’:
lcs.cpp:16:7: error: ‘lcs’ was not declared in this scope
16 | cout(lcs(a.length(),b.length())
| ^~~