Problem | lcs |
---|---|
User | asbx |
Submission Time | 2023-11-17 09:43:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcs.cpp: In function ‘int main()’:
lcs.cpp:16:9: error: ‘lcs’ was not declared in this scope
16 | cout<<(lcs(a.length(),b.length());
| ^~~
lcs.cpp:16:35: error: expected ‘)’ before ‘;’ token
16 | cout<<(lcs(a.length(),b.length());
| ~ ^
| )