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 Init()’:
tutorial5.cpp:3:36: error: ‘memset’ was not declared in this scope
#define C(a) memset((a),0,sizeof(a))
^
tutorial5.cpp:14:3: note: in expansion of macro ‘C’
C(order);
^
tutorial5.cpp: In function ‘void Order(int, int*)’:
tutorial5.cpp:29:12: error: ‘CheckAll’ was not declared in this scope
CheckAll();
^
tutorial5.cpp: In function ‘void Delivery(int)’:
tutorial5.cpp:67:15: error: ‘i’ was not declared in this scope
currentFood[i]++;
^