Problem lcs
User christal
Submission Time 2023-12-23 14:59:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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) {
| ^