Skip to content

Commit

Permalink
哈?
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjackyuanjie committed Dec 8, 2024
1 parent 5a100cb commit e71302c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions branch/latest/md5.js
Original file line number Diff line number Diff line change
Expand Up @@ -12925,7 +12925,7 @@ V.ProfileMain.prototype = {
++this_.ch
// this.ch -> 运行场数
if (run_env.from_code && this_.ch % 100 == 0) {
logger.info("分数: " + (this_.Q * 10000 / this_.ch) + "@" + this_.ch + "场")
// logger.info("分数: " + (this_.Q * 10000 / this_.ch) + "@" + this_.ch + "场")
}
async_goto = 3
break
Expand Down Expand Up @@ -19343,7 +19343,7 @@ LangData.SuperRC4.prototype = {
var s, r, q, p, o, n, m = b.length
for (s = this.c, r = 0; r < c; ++r)
for (q = 0, p = 0; p < 256; ++p) {
o = b[C.JsInt.V(p, m)]
o = b[p % m]
n = s[p]
q = q + n + o & 255
s[p] = s[q]
Expand Down

0 comments on commit e71302c

Please sign in to comment.