We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d397b1a commit 66f7fd4Copy full SHA for 66f7fd4
src/main/java/g0001_0100/s0009_palindrome_number/readme.md
@@ -36,6 +36,6 @@ An integer is a **palindrome** when it reads the same backward as forward. For e
36
37
**Constraints:**
38
39
-* `-231 <= x <= 231 - 1`
+* <code>-2<sup>31</sup> <= x <= 2<sup>31</sup> - 1</code>
40
41
**Follow up:** Could you solve it without converting the integer to a string?
0 commit comments