Problem | lcs |
---|---|
User | Halud |
Submission Time | 2025-02-15 11:24:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcs.cpp: In function ‘int main()’:
lcs.cpp:33:7: error: expected ‘}’ before ‘else’
33 | else count = 1;
| ^~~~
lcs.cpp:20:25: note: to match this ‘{’
20 | if(S1[i] == S2[j]){
| ^