Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 235 Bytes

File metadata and controls

6 lines (5 loc) · 235 Bytes

Notice:

  • the int32 range: -2^31 ~ 2^31-1
  • this problem is a little puzzling, you should take overflow into consideration
  • although it's really nothing to JavaScript
  • you should also notice that 1 << 31 will overflow in JavaScript