[leetcode] add two numbers

題目地址c++ https://leetcode.com/problems/add-two-numbers/description/web 題目描述: 鏈表的數學求和,例子以下,很好理解的一個題目: Input : (2 -> 4 -> 3) + (5 -> 6 -> 4) Output: 7 -> 0 -> 8 Explanation: 342 + 465 = 807.svg code:ui /
相關文章
相關標籤/搜索