Problem | lcs |
---|---|
User | justin271828 |
Submission Time | 2023-06-20 15:43:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcs.cpp: In function ‘int lcs(int, int, std::string, std::string)’:
lcs.cpp:15:12: error: a function-definition is not allowed here before ‘{’ token
15 | int main() {
| ^
lcs.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
lcs.cpp:4:43: note: to match this ‘{’
4 | int lcs(int x, int y, string a, string b) {
| ^