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

Compile Error

lcs.cpp:4:5: error: expected unqualified-id before ‘public’
4 | public int LongestCommonSubsequence(string text1, string text2) {
| ^~~~~~
lcs.cpp:18:1: error: expected declaration before ‘}’ token
18 | }
| ^