西安電子大學計算機考研複試機試(2019)+ 牛客網(劃分字串+map應用)

#include<iostream> #include<string> #include<map> using namespace std; int main() { string str; while (cin >> str) { map<string, int> mp; for (int i = 0; i < str.length();
相關文章
相關標籤/搜索