leetup
leetup copied to clipboard
[BUG] Leetup submits to the wrong problem
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.
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.