摘要: 1.题目描述 Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three in 阅读全文
posted @ 2018-02-25 21:44 vlice 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1.题目描述 Given an integer, convert it to a roman numeral. 十进制数字转为罗马数字 2.题目分析 罗马数字计数方法 I V X L C D M 1 5 10 50 100 500 1000 相同的数字连写、所表示的数等于这些数字相加得到的数、如:Ⅲ 阅读全文
posted @ 2018-02-25 21:30 vlice 阅读(112) 评论(0) 推荐(0) 编辑