Problem examstress
User lleytonng
Submission Time 2024-05-09 00:00:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

examstress.cpp: In function ‘int main()’:
examstress.cpp:22:79: error: no matching function for call to ‘find(std::vector<std::__cxx11::basic_string<char> >::iterator, std::vector<std::__cxx11::basic_string<char> >::iterator, std::string&)’
22 | stationery.erase(std::find(stationery.begin(), stationery.end(), y));
| ^
In file included from /usr/include/c++/9/bits/locale_facets.h:48,
from /usr/include/c++/9/bits/basic_ios.h:37,
from /usr/include/c++/9/ios:44,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,
from examstress.cpp:1:
/usr/include/c++/9/bits/streambuf_iterator.h:373:5: note: candidate: ‘template<class _CharT2> typename __gnu_cxx::__enable_if<std::__is_char<_CharT2>::__value, std::istreambuf_iterator<