leetcode2 [LeetCode] 550. Game Play Analysis IV 문제 ) Write a solution to report the fraction of players that logged in again on the day after the day they first logged in, rounded to 2 decimal places. In other words, you need to count the number of players that logged in for at least two consecutive days starting from their first login date, then divide that number by the total number of players. 처음 로그인한 다음날 다시 로그인한 플레이어의 비율을 소수점 이하 2자리로 반올림하.. 2024. 2. 16. [LeetCode] 262. Trips and Users Trips and Users - LeetCode Can you solve this real interview question? Trips and Users - Table: Trips +-------------+----------+ | Column Name | Type | +-------------+----------+ | id | int | | client_id | int | | driver_id | int | | city_id | int | | status | enum | | request_at | leetcode.com 문제) 취소율은 금지되지 않은 사용자가 있는 취소된(클라이언트별 또는 드라이버별) 요청의 수를 해당일의 금지되지 않은 사용자가 있는 요청의 총 수로 나누어 계산됩니다. "2013-10.. 2024. 2. 16. 이전 1 다음