摘要: Given scores of N athletes, find their relative ranks and the people with the top three highest scores, who will be awarded medals: "Gold Medal", "Sil 阅读全文
posted @ 2019-11-29 10:51 Schwifty 阅读(113) 评论(0) 推荐(0)
摘要: Given an integer, return its base 7 string representation. Example 1: Input: 100 Output: "202" Example 2: Input: -7 Output: "-10" class Solution { pub 阅读全文
posted @ 2019-11-29 09:23 Schwifty 阅读(123) 评论(0) 推荐(0)
摘要: Given a circular array (the next element of the last element is the first element of the array), print the Next Greater Number for every element. The 阅读全文
posted @ 2019-11-29 06:49 Schwifty 阅读(162) 评论(0) 推荐(0)