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.