STL C++

string #include <string> #include <iostream> using namespace std; int main(){ string str="There are two needles in this haystack with needles."; //找子串 cout<<str<<endl; int pos=str.fin
相關文章
相關標籤/搜索