赞助
摘要: 注:#define max(a,b) (((a) > (b)) ? (a) : (b)) 无效值和有效值比较,问号前面的表达式永远是假,所以返回b 阅读全文
posted @ 2018-10-30 21:01 车臣 阅读(40225) 评论(0) 推荐(0) 编辑