Problem commonsubseq
User KL
Submission Time 2024-12-16 10:20:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

commonsubseq.cpp: In function ‘int main()’:
commonsubseq.cpp:21:7: error: ‘iny’ was not declared in this scope; did you mean ‘int’?
21 | for(iny j = 0; j < N; j++){
| ^~~
| int
commonsubseq.cpp:21:18: error: ‘j’ was not declared in this scope
21 | for(iny j = 0; j < N; j++){
| ^
commonsubseq.cpp:23:9: error: ‘k’ was not declared in this scope
23 | for(k = i+1; k < N; k++){
| ^
commonsubseq.cpp:24:10: error: ‘h’ was not declared in this scope
24 | for(h = j+1; h < N; h++){
| ^