Problem lis_easy
User kashsinghal
Submission Time 2023-11-10 09:31:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int32_t main()’:
lis_easy.cpp:19:5: error: conflicting declaration ‘long long int arr [indexno]’
19 | int arr[indexno];
| ^~~
lis_easy.cpp:11:5: note: previous declaration as ‘long long int arr [n]’
11 | int arr[n];
| ^~~
lis_easy.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
lis_easy.cpp:5:16: note: to match this ‘{’
5 | int32_t main (){
| ^