Error:
cannot solve it. Pattern:
x -= 1;
cur = x % 26;
x /= 26;
which is the same as the normal integer divide, but we need minus one before. So stupid.
Error:
cannot solve it. Pattern:
x -= 1;
cur = x % 26;
x /= 26;
which is the same as the normal integer divide, but we need minus one before. So stupid.

被折叠的 条评论
为什么被折叠?
