Problem lcs
User popperoni
Submission Time 2024-01-21 15:41:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcs.cpp: In function ‘int main()’:
lcs.cpp:26:57: error: ‘l’ was not declared in this scope
26 | while (i + k < a.length() and j + k < b.length() and l) {
| ^