Problem lis
User asbx
Submission Time 2023-11-17 10:46:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis.cpp: In function ‘int main()’:
lis.cpp:20:8: error: expected ‘;’ before ‘if’
20 | j++
| ^
| ;
21 | if(l<v[j]){
| ~~