ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
it's mentioned in the question that it contains only single spaced words in the sentence :)
Lol, my bad, thanks man🙇♂️
int i=1,n=searchWord.size();stringstream s(sentence);string word;while(s>>word){if(word.substr(0,n)==searchWord) return i;i++;}return -1;
Awesome 🙌🏻 🫡
it's mentioned in the question that it contains only single spaced words in the sentence :)
Lol, my bad, thanks man🙇♂️
int i=1,n=searchWord.size();
stringstream s(sentence);
string word;
while(s>>word){
if(word.substr(0,n)==searchWord) return i;
i++;
}
return -1;
Awesome 🙌🏻 🫡