-
Notifications
You must be signed in to change notification settings - Fork 679
Closed
@mosyu
Description
For 400 nth-digth
Description on vs code show
integer (n < 231)
while on leetcode, it's
n < 2^31.