2011年7月12日

摘要: 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)

2011年6月10日

摘要: Written byKevin PangonOctober 7, 2008—42 CommentsProverbs are used to express universal truths or life lessons in a short and memorable fashion. I find that they are a great way to keep things in perspective, both in life and in work. Because of this, I have assembled 10 programming proverbs that ev 阅读全文
posted @ 2011-06-10 16:50 thinking001 阅读(129) 评论(0) 推荐(0)

导航