boxes.cpp: In function 'int getTime(int, int, int, std::vector<int>)':
boxes.cpp:26:18: warning: overflow in conversion from 'long int' to 'int' changes value from '10000000000' to '1410065408' [-Woverflow]
26 | int minC=10000000000;
| ^~~~~~~~~~~
boxes.cpp:32:30: warning: overflow in conversion from 'long int' to 'int' changes value from '10000000000' to '1410065408' [-Woverflow]
32 | cost=10000000000;
| ^~~~~~~~~~~
boxes.cpp:35:30: warning: overflow in conversion from 'long int' to 'int' changes value from '10000000000' to '1410065408' [-Woverflow]
35 | cost=10000000000;
| ^~~~~~~~~~~
/usr/bin/ld: /tmp/ccAoxizA.o: in function `main':
grader.c:(.text.startup+0x1ec): undefined reference to `delivery(int, int, int, int*)'
collect2: error: ld returned 1 exit status