lejianwen
2024-11-20 09:17:29 +08:00
parent 7f467a4814
commit a9bf3fda73
+1 -1
View File
@@ -39047,7 +39047,7 @@ async function hn(u) {
let l = [], E = []; let l = [], E = [];
for (let c = 0; c < e.length; c++) { for (let c = 0; c < e.length; c++) {
const C = 1 << 7 - c % 8; const C = 1 << 7 - c % 8;
(s[c / 8] & C) === C ? l.push(e[c]) : E.push(e[c]) (s[Math.floor(c / 8)] & C) === C ? l.push(e[c]) : E.push(e[c])
} }
et(l, E), o.close(); et(l, E), o.close();
return return