map

#include <iostream> #include <string> #include <map> //頭文件 using namespace std; map<string,int> my; //全局變量 0 map<string,int> ::iterator it ; //指針 int main( ) { int i ; string s1; for(i=1; i<=5 ;i++) {
相關文章
相關標籤/搜索