8000 Format definition · nullskill/leetcode@655a729 · GitHub
[go: up one dir, main page]

Skip to content

Commit 655a729

Browse files
committed
Format definition
1 parent b263e11 commit 655a729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/src/easy/9.palindrome_number/problem.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
9. Palindrome Number
22
https://leetcode.com/problems/palindrome-number/
33

4-
Given an integer x, return true if x is a
5-
palindrome, and false otherwise.
4+
Given an integer x, return true if x is a palindrome, and false otherwise.
65

76

87
Example 1:
@@ -15,7 +14,8 @@ Example 2:
1514

1615
Input: x = -121
1716
Output: false
18-
Explanation: From left to right, it reads -121. From right to left, it becomes 121-. Therefore it is not a palindrome.
17+
Explanation: From left to right, it reads -121. From right to left, it becomes 121-.
18+
Therefore it is not a palindrome.
1919

2020
Example 3:
2121

0 commit comments

Comments
 (0)
0