Compile Error
/in/call.cpp:29:20: error: use of undeclared identifier 'n' for(int i=0; i<n; ++i){ ^ /in/call.cpp:65:26: error: expected unqualified-id if(queue.[i]->isEmpty()){continue;} ^ /in/call.cpp:73:27: error: expected unqualified-id queue.[i]->insertFront(temp); ^ /in/call.cpp:85:2: error: cannot delete expression of type 'Dlist<customer> [4]' delete[] queue; ^ ~~~~~ 4 errors generated. /in/Compile/Makefile:39: recipe for target 'buildCall' failed make: *** [buildCall] Error 1
Information
- Submit By
- Type
- Submission
- Homework
- Project 5
- Language
- C++
- Submit At
- 2022-12-17 19:50:31
- Judged At
- 2022-12-17 19:50:31
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes