Let the Balloon Rise

# include<stdio.h> # include<map> # include<string> # include<iostream> using namespace std; int main(){ map<string,int>bn; int n; string str; while(scanf("%d",&n)!=EOF){ if(n==0){ break; }
相關文章
相關標籤/搜索