This commit is contained in:
kazusa 2025-09-12 15:24:29 +08:00
parent b77204cbce
commit 3b6ee13cba
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ var reverse = function (x) {
}
x = Math.trunc(x / 10);
}
return ret;
return ret;
};
// @lc code=end