0_0_27600024_9367.cpp: In function 'int main()':
0_0_27600024_9367.cpp:115:37: error: request for member 'size' in 's', which is of non-class type 'std::string [100005] {aka std::basic_string<char> [100005]}'
if(find(s[i].c_str(), s.size()){
^
0_0_27600024_9367.cpp:115:44: error: expected ')' before '{' token
if(find(s[i].c_str(), s.size()){
^
0_0_27600024_9367.cpp:119:9: error: expected primary-expression before '}' token
}
^
|