摘要: Given an arraySofnintegers, find three integers inSsuch that the sum is closest to a given number, target. Return the sum of the three integers. You may assume that each input would have exactly one solution. For example, given array S = {-1 2 1 -4}, and target = 1. The sum that is closest to th... 阅读全文
posted @ 2012-06-14 03:31 ETCOW 阅读(447) 评论(0) 推荐(0) 编辑