| Problem | lps |
|---|---|
| User | dacashew |
| Submission Time | 2023-07-14 11:44:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lps.cpp: In function ‘int main()’:
lps.cpp:39:9: error: expected ‘;’ before ‘string’
39 | cin>>a
| ^
| ;
40 | string b=reverse(a.begin(),a.end());
| ~~~~~~
lps.cpp:41:15: error: ‘b’ was not declared in this scope
41 | cout<<lcs(a,b);
| ^