Notes
This function is in beta test. Please help improve it in the issues
here.
================================================================= ==35395==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7fff130d0fb0 at pc 0x55846d4ce776 bp 0x7fff130d0d80 sp 0x7fff130d0d70 READ of size 8 at 0x7fff130d0fb0 thread T0 #0 0x55846d4ce775 in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::length() const (/out/package/ex1+0x16775) #1 0x55846d4cfa10 in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (/out/package/ex1+0x17a10) #2 0x55846d4cd329 in findSingleWord(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&) (/out/package/ex1+0x15329) #3 0x55846d4cdb36 in main (/out/package/ex1+0x15b36) #4 0x7efccc0f7b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+
Hints
Your answer may be identical to the JOJ answer in the first several lines.
However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.
Please double check your code to solve this problem and try again.
Your Answer
JOJ Answer
me