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 66f7fd4

Browse files
authored
Improved description for task 9.
1 parent d397b1a commit 66f7fd4

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g0001_0100/s0009_palindrome_number

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ An integer is a **palindrome** when it reads the same backward as forward. For e
3636

3737
**Constraints:**
3838

39-
* `-231 <= x <= 231 - 1`
39+
* <code>-2<sup>31</sup> <= x <= 2<sup>31</sup> - 1</code>
4040

4141
**Follow up:** Could you solve it without converting the integer to a string?

0 commit comments

Comments
(0)

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