ZOJ2104- Let the Balloon Rise 基础数据结构map

#include<bits/stdc++.h> using namespace std; map<string,int>balloon; int main() { int n; scanf("%d",&n); string s; for(int i=0;i<n;i++) { cin>>s; balloon[s]++;
相关文章
相关标签/搜索