-
Notifications
You must be signed in to change notification settings - Fork 677
Closed
@halu886
Description
I am try a algorithms of leetcode in vscode.
reverse-integer
id=7 lang=javascript
the description in VsCode show:
[−231, 231 − 1]
the desciption in WEB show:
[−2^31, 2^31 − 1]