Pinned Loading
-
-
LeetCode 597. Friend Requests I: Ove...
LeetCode 597. Friend Requests I: Overall Acceptance Rate 1# Question: find the overall acceptance rate of requests rounded to 2 decimals
2# Method 1: using ROUND
3SELECT IFNULL(
4ROUND(
5(SELECT COUNT(DISTINCT requester_id, accepter_id) FROM request_accepted)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.