| Problem | lcs |
|---|---|
| User | christal |
| Submission Time | 2023-12-23 14:59:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lcs.cpp: In function βint main()β:
lcs.cpp:5:59: error: a function-definition is not allowed here before β{β token
5 | int longestCommonSubsequence(string text1, string text2) {
| ^