摘要: 今天先来占个位置,以后写代码int a=1;b=3int c;c=a>b?a:b;Console.WriteLine("a和b的最大值为:{0}",c); 阅读全文
posted @ 2015-03-21 09:41 迷迭记忆 阅读(111) 评论(0) 推荐(0)