{"ScriptPreparationCode":"var resBigInt = BigInt.asIntN(64, 1n)\r\nvar resNumber = 1","TestCases":[{"Name":"BigInt 64","Code":"for (let i = 0; i \u003C 52; i\u002B\u002B) {\r\n\tresBigInt = BigInt.asIntN(64, BigInt.asIntN(64, resBigInt * 2n) \u002B 1n)\r\n}","IsDeferred":false},{"Name":"Number","Code":"for (let i = 0; i \u003C 52; i\u002B\u002B) {\r\n\tresNumber = resNumber * 2 \u002B 1\r\n}","IsDeferred":false}]}