Problem lcs
User Hengweezy
Submission Time 2024-02-06 22:20:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcs.cpp: In function ‘int main()’:
lcs.cpp:13:27: error: no ‘operator++(int)’ declared for postfix ‘++’ [-fpermissive]
13 | for(int j = 0; j < bs; b++){
| ~^~