Problem | lis |
---|---|
User | nothing |
Submission Time | 2023-07-17 15:24:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:10:6: error: conflicting declaration ‘int arr [6]’
10 | int arr[6];
| ^~~
lis.cpp:8:6: note: previous declaration as ‘int arr [n]’
8 | int arr[n];
| ^~~
lis.cpp:11:6: error: conflicting declaration ‘int lis [6]’
11 | int lis[6];
| ^~~
lis.cpp:9:6: note: previous declaration as ‘int lis [n]’
9 | int lis[n];
| ^~~