-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q3 and Q4 of "biweekly contest 97" are on backwards #3
Comments
The identical issue pertains to |
Solution: |
Taking up this issue if this is not solved yet. |
@MysteryHawk17 This problem was resolved in 4cb7c18 Sorting by the new |
Problem Description
Currently, Q1-Q4 are sorted by
credit
at first and then byquestion_id
.But for "biweekly contest 97", Q3's
question_id
is bigger than Q4'squestion_id
↩️
So, Q3 and Q4 are misplaced.
Observed Time
Sun Feb 5 00:51:31 UTC+8, 2023
Possible Solution
The text was updated successfully, but these errors were encountered: