摘要: 1 int Count(int first,int second,char third) 2 { 3 switch(third) 4 { 5 case '+': 6 return (first+second); 7 case '-': 8 return (first-second);... 阅读全文
posted @ 2015-04-13 20:17 旦增格勒 阅读(98) 评论(0) 推荐(0) 编辑