Problem | lunchbox |
---|---|
User | Water |
Submission Time | 2023-09-16 23:26:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘void merge(int*, int, int, int)’:
lunchbox.cpp:9:13: error: empty structured binding declaration
9 | auto[] brr= new int[r-l+1];
| ^~
lunchbox.cpp:9:16: error: expected initializer before ‘brr’
9 | auto[] brr= new int[r-l+1];
| ^~~
lunchbox.cpp:13:17: error: ‘brr’ was not declared in this scope; did you mean ‘arr’?
13 | brr[k]= arr[i];
| ^~~
| arr
lunchbox.cpp:16:17: error: ‘brr’ was not declared in this scope; did you mean ‘arr’?
16 | brr[k]= arr[j];
| ^~~
| arr
lunchbox.cpp:26:17: error: ‘brr’ was not declared in this scope; did you mean ‘arr’?
26 | brr[k]= arr[j];
| ^~~
| arr
lunchbox.cpp:32:17: error: ‘brr’ was not declared in this scope; did you mean