摘要:
View Code #define MAX 50double mpp[MAX][MAX];map<string ,int > m;char str[100],str1[100],str2[100] ;int main(){ int n,i,j,k,num,t=1; double rate; while(scanf("%d",&n)!=EOF) { if(n==0) return 0; m.clear(); memset(mpp,0,sizeof(mpp)); for(i=0;i<n;i++) { scanf("%s",str); 阅读全文
posted @ 2011-07-12 16:50
thinking001
阅读(111)
评论(0)
推荐(0)
浙公网安备 33010602011771号