Record Detail

Compile Error

In file included from /in/main/main.cpp:3:0:
/in/detector.h:33:6: error: prototype for 'bool Detector::isAdjacentZero(std::vector<int>, unsigned int)' does not match any in class 'Detector'
 bool Detector::isAdjacentZero(vector<int> inputArray, unsigned index) {
      ^~~~~~~~
/in/detector.h:15:10: error: candidate is: bool Detector::isAdjacentZero(std::vector<int>, int)
     bool isAdjacentZero(vector<int> inputArray, int index);
          ^~~~~~~~~~~~~~

Information

Submit By
Type
Submission
Homework
Final Exam for VG101_BackUpTeset
Language
C++
Submit At
2020-08-10 15:26:18
Judged At
2020-08-10 15:26:18
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes