{"ScriptPreparationCode":"let x1 = new BigUint64Array(1000);\r\nlet x2 = new Uint32Array(1000);","TestCases":[{"Name":"64","Code":"let i = 1000;\r\nwhile (i) {\r\n\ti--;\r\n\tx1[i] |= x1[i] \u0026 10n;\r\n}","IsDeferred":false},{"Name":"32","Code":"let i = 1000;\r\nwhile (i) {\r\n\ti--;\r\n\tx2[i] |= x2[i] \u0026 10;\r\n}","IsDeferred":false}]}