int strStr(string haystack, string needle) {. 4. if(needle == "") return 0;. 5. . 6. int pos=0;. 7. for(; pos<haystack.length(); pos++) {.
確定! 回上一頁