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