Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f3855b1

Browse files
authored
Improved description for task 2.
1 parent 969c0e4 commit f3855b1

File tree

1 file changed

+3
-1
lines changed
  • src/main/java/g0001_0100/s0002_add_two_numbers

1 file changed

+3
-1
lines changed

‎src/main/java/g0001_0100/s0002_add_two_numbers/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ You may assume the two numbers do not contain any leading zero, except the numbe
1212

1313
**Input:** l1 = \[2,4,3\], l2 = \[5,6,4\]
1414

15-
**Output:** \[7,0,8\] **Explanation:** 342 + 465 = 807.
15+
**Output:** \[7,0,8\]
16+
17+
**Explanation:** 342 + 465 = 807.
1618

1719
**Example 2:**
1820

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /