Problem lcs
User Dolphy
Submission Time 2024-01-18 14:45:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcs.cpp: In function ‘int32_t main()’:
lcs.cpp:16:32: error: expected ‘)’ before ‘;’ token
16 | memset(lcs, -1, sizeof(lcs);
| ~ ^
| )