单词识别

map可以自动对key进行字典序排序 #include <stdio.h> #include <iostream> #include <map> #include <string> using namespace std; int main(){ string str; while(getline(cin, str)){ string tmp; m
相关文章
相关标签/搜索