0_0_38416549_20305.cpp: In function 'int main()':
0_0_38416549_20305.cpp:34:14: error: 'class std::vector<std::basic_string<char> >' has no member named 'find'
if(v.find(s) != v.end())
^
0_0_38416549_20305.cpp:42:5: error: expected primary-expression before 'return'
return 0;
^
|