Record Detail

Compile Error

In file included from /in/compile/ex1.cpp:4:0:
/in/ex1.h: In function 'std::__cxx11::string findSingleWord(std::vector<std::__cxx11::basic_string<char> >&)':
/in/ex1.h:14:18: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     for(int i=0;i<arr.size();i++)
                 ~^~~~~~~~~~~
/in/ex1.h:22:1: error: control reaches end of non-void function [-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:34:38
Judged At
2022-08-06 15:13:53
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes