leetup icon indicating copy to clipboard operation
leetup copied to clipboard

[BUG] Leetup submits to the wrong problem

Open DmitryBarskov opened this issue 1 year ago • 0 comments

When I submit a 1903 largest-odd-number-in-string solution, the submission for 1756 design-most-recently-used-queue appears in my recent submissions. obraz

But here are the first two lines of my solution (largest-odd-number-in-string.java):

// @leetup=custom
// @leetup=info id=1903 lang=java slug=largest-odd-number-in-string

Of course it fails with compilation error that some method was not found.

The issue occurs with more problems, but I haven't discovered the pattern yet.

DmitryBarskov avatar Dec 07 '23 17:12 DmitryBarskov