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:18:20: error: 'num' may be used uninitialized in this function [-Werror=maybe-uninitialized] for (int i = 0; i < num; i++) // Iterate over the array of strings ~~^~~~~ cc1plus: all warnings being treated as errors
Information
- Submit By
- Type
- Submission
- Homework
- Final Exam
- Language
- C++
- Submit At
- 2022-08-02 15:42:50
- Judged At
- 2022-08-06 15:14:03
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes