← All problemsSign in

Div 2 Ranklist

You have a table Results, with 4 columns, as follows: ``` Results ( username VARCHAR(255), rating INT, institution VARCHAR(255), score INT ); ``` You are guaranteed that no two participants have the same score. Your task is to output the Div-2 ranklist. That is, list the usernames of the Div-2 participants, in decreasing order of their score. A participant is in Div-2 if their

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start