79363483

Date: 2025-01-17 02:29:03
Score: 1
Natty:
Report link

You should Try BigInt, BigInt provide better percion than numbers in javascript

console.log(Number('712577413488402631964821329'))
console.log(BigInt('712577413488402631964821329712577413488402631964821329'))

run this code and check it by yourshelf

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ajay Rathod