grader.cpp: In function ‘int main(int, char**)’:
grader.cpp:65:19: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
tutorial5.cpp: In function ‘void Delivery(int)’:
tutorial5.cpp:57:5: error: ‘minIdx’ was not declared in this scope
minIdx = i;
^
tutorial5.cpp:61:6: error: ‘minIdx’ was not declared in this scope
if (minIdx != -1) {
^
tutorial5.cpp:63:5: error: ‘min_i’ was not declared in this scope
Q[min_i].pop();
^
tutorial5.cpp:51:6: warning: unused variable ‘minidx’ [-Wunused-variable]
int minidx = -1;
^