單詞識別

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
相關文章
相關標籤/搜索