boxes.cpp: In function 'long long int delivery(int, int, int, int*)':
boxes.cpp:24:16: warning: use of an operand of type 'bool' in 'operator++' is deprecated [-Wdeprecated]
visited[p[i]]++;
^~
boxes.cpp:26:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
if(i==N-1)
^
boxes.cpp:9:16: warning: unused variable 'remain' [-Wunused-variable]
long long int remain=0;
^~~~~~
boxes.cpp:5:31: warning: unused parameter 'K' [-Wunused-parameter]
long long delivery(int N, int K, int L, int p[]) {
^