Search
⌘K

Leetcode 1633. Percentage of Users Attended a Contest

For each contest, compute the percentage of all users (distinct user count from the Users table) who registered for that contest (registered users / total users * 100), round to two decimals, and return rows ordered by percentage descending and contest_id ascending.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.