摘要: Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2. Note: 题目大意: 给定两个非负整数,用字符串表示。计算两个整数的和。 理 解: 涉及到大数 阅读全文
posted @ 2019-06-24 18:31 lpomeloz 阅读(160) 评论(0) 推荐(0) 编辑
摘要: Given a non-empty array of integers, return the third maximum number in this array. If it does not exist, return the maximum number. The time complexi 阅读全文
posted @ 2019-06-24 13:32 lpomeloz 阅读(137) 评论(0) 推荐(0) 编辑