摘要: 问题:Given an array of integers, every element appears twice except for one. Find that single one. 思考:运用双循环,微循环循环待比较数字,内层比较。增加一个flag表明是否匹配。 知识:flag的使用,以 阅读全文
posted @ 2016-04-12 14:12 wwwglin 阅读(161) 评论(0) 推荐(0)