boxes.cpp: In function 'int main()':
boxes.cpp:31:14: warning: conversion to 'int' from 'long long int' may alter its value [-Wconversion]
int st = n;
^
boxes.cpp:18:9: warning: unused variable 'cnt' [-Wunused-variable]
int cnt = 0,x;
^~~
boxes.cpp:18:17: warning: unused variable 'x' [-Wunused-variable]
int cnt = 0,x;
^
boxes.cpp:10:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld %lld %lld", &n, &k, &l);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
boxes.cpp:13:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld",&a[i]);
~~~~~^~~~~~~~~~~~~~
/tmp/ccby2w5m.o: In function `main':
grader.c:(.text.startup+0x0): multiple definition of `main'
/tmp/ccWTpXs6.o:boxes.cpp:(.text.startup+0x0): first defined here
/tmp/ccby2w5m.o: In function `main':
grader.c:(.text.startup+0x22f): undefined reference to `delivery(int, int, int, int*)'
collect2: error: ld returned 1 exit status