Problem | lcs |
---|---|
User | popperoni |
Submission Time | 2024-01-21 15:40:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcs.cpp: In function ‘int main()’:
lcs.cpp:26:61: error: lvalue required as left operand of assignment
26 | while (i + k < a.length() and j + k < b.length() and l = true) {
| ^~~~