Record Detail

Compile Error

In file included from /in/compile/ex2.cpp:1:0:
/in/ex2.h: In function 'int hex2decLinkedList(Node*)':
/in/ex2.h:24:20: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
  for (int i = 0; i < a.size(); i++) {
                  ~~^~~~~~~~~~
/in/ex2.h:34:1: error: no return statement in function returning non-void [-Werror=return-type]
 }
 ^
cc1plus: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Final Exam
Language
C++
Submit At
2022-08-02 15:44:38
Judged At
2022-08-06 15:12:49
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes